The following document contains the results of Checkstyle 8.8-SNAPSHOT with my_check.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | IllegalCatch | 225 | |
| IllegalThrows | 2 | ||
| PackageDeclaration | 40 | ||
| design | VisibilityModifier | 465 | |
| imports | AvoidStarImport | 3 | |
| AvoidStaticImport | 590 | ||
CustomImportOrder
| 1839 | ||
| IllegalImport | 1 | ||
ImportOrder
| 1333 | ||
| RedundantImport | 4 | ||
| UnusedImports | 21 | ||
| javadoc | JavadocMethod | 4971 | |
| metrics | ClassDataAbstractionCoupling
| 158 | |
ClassFanOutComplexity
| 198 | ||
| misc | UncommentedMain | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.TaskContainer'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.Echo' import. Should be before 'org.apache.tools.ant.types.FileSet'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.Echo' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.util.*' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 25 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| design | VisibilityModifier | Variable 'mybool' must be private and have accessor methods. | 2 | |
| misc | UncommentedMain | Uncommented main method found. | 3 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 3 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| design | VisibilityModifier | Variable 'mybool' must be private and have accessor methods. | 2 | |
| misc | UncommentedMain | Uncommented main method found. | 3 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 3 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| design | VisibilityModifier | Variable 'mybool' must be private and have accessor methods. | 2 | |
| misc | UncommentedMain | Uncommented main method found. | 3 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 3 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| design | VisibilityModifier | Variable 'mybool' must be private and have accessor methods. | 2 | |
| misc | UncommentedMain | Uncommented main method found. | 3 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 3 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | Checker | Got an exception - com.puppycrawl.tools.checkstyle.api.CheckstyleException: TokenStreamRecognitionException occurred while parsing file /home/zenigata/workspace/contribution/checkstyle-tester/src/main/java/apache-ant/src/etc/testcases/taskdefs/fixcrlf/expected/Junk5.java. at com.puppycrawl.tools.checkstyle.JavaParser.parse(JavaParser.java:100) at com.puppycrawl.tools.checkstyle.TreeWalker.processFiltered(TreeWalker.java:181) at com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck.process(AbstractFileSetCheck.java:83) at com.puppycrawl.tools.checkstyle.Checker.processFile(Checker.java:320) at com.puppycrawl.tools.checkstyle.Checker.processFiles(Checker.java:290) at com.puppycrawl.tools.checkstyle.Checker.process(Checker.java:217) at org.apache.maven.plugin.checkstyle.exec.DefaultCheckstyleExecutor.executeCheckstyle(DefaultCheckstyleExecutor.java:252) at org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport.executeReport(AbstractCheckstyleReport.java:473) at org.apache.maven.plugin.checkstyle.CheckstyleReport.executeReport(CheckstyleReport.java:154) at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:255) at org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:219) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:317) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:134) at org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:175) at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:138) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: line 8:39: expecting ''', found ' ' at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer.nextToken(GeneratedJavaLexer.java:405) at antlr.TokenStreamHiddenTokenFilter.consume(TokenStreamHiddenTokenFilter.java:38) at antlr.TokenStreamHiddenTokenFilter.nextToken(TokenStreamHiddenTokenFilter.java:134) at antlr.TokenBuffer.fill(TokenBuffer.java:69) at antlr.TokenBuffer.LA(TokenBuffer.java:80) at antlr.LLkParser.LA(LLkParser.java:52) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.declaratorBrackets(GeneratedJavaRecognizer.java:3089) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.variableDeclarator(GeneratedJavaRecognizer.java:4517) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.variableDefinitions(GeneratedJavaRecognizer.java:1555) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.declaration(GeneratedJavaRecognizer.java:1534) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.traditionalStatement(GeneratedJavaRecognizer.java:5399) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.statement(GeneratedJavaRecognizer.java:4276) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.compoundStatement(GeneratedJavaRecognizer.java:3942) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.traditionalStatement(GeneratedJavaRecognizer.java:5093) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.statement(GeneratedJavaRecognizer.java:4276) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.traditionalStatement(GeneratedJavaRecognizer.java:5114) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.statement(GeneratedJavaRecognizer.java:4276) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.compoundStatement(GeneratedJavaRecognizer.java:3942) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.field(GeneratedJavaRecognizer.java:3332) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.classBlock(GeneratedJavaRecognizer.java:2542) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.classDefinition(GeneratedJavaRecognizer.java:634) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.typeDefinitionInternal(GeneratedJavaRecognizer.java:556) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.typeDefinition(GeneratedJavaRecognizer.java:389) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.compilationUnit(GeneratedJavaRecognizer.java:202) at com.puppycrawl.tools.checkstyle.JavaParser.parse(JavaParser.java:94) ... 35 more |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| design | VisibilityModifier | Variable 'mybool' must be private and have accessor methods. | 2 | |
| misc | UncommentedMain | Uncommented main method found. | 3 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 3 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| design | VisibilityModifier | Variable 'mybool' must be private and have accessor methods. | 2 | |
| misc | UncommentedMain | Uncommented main method found. | 3 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 3 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | Checker | Got an exception - com.puppycrawl.tools.checkstyle.api.CheckstyleException: TokenStreamRecognitionException occurred while parsing file /home/zenigata/workspace/contribution/checkstyle-tester/src/main/java/apache-ant/src/etc/testcases/taskdefs/fixcrlf/expected/Junk8.java. at com.puppycrawl.tools.checkstyle.JavaParser.parse(JavaParser.java:100) at com.puppycrawl.tools.checkstyle.TreeWalker.processFiltered(TreeWalker.java:181) at com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck.process(AbstractFileSetCheck.java:83) at com.puppycrawl.tools.checkstyle.Checker.processFile(Checker.java:320) at com.puppycrawl.tools.checkstyle.Checker.processFiles(Checker.java:290) at com.puppycrawl.tools.checkstyle.Checker.process(Checker.java:217) at org.apache.maven.plugin.checkstyle.exec.DefaultCheckstyleExecutor.executeCheckstyle(DefaultCheckstyleExecutor.java:252) at org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport.executeReport(AbstractCheckstyleReport.java:473) at org.apache.maven.plugin.checkstyle.CheckstyleReport.executeReport(CheckstyleReport.java:154) at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:255) at org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:219) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:317) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:134) at org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:175) at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:138) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: line 13:1: Unexpected character 0x1a in identifier at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer.nextToken(GeneratedJavaLexer.java:405) at antlr.TokenStreamHiddenTokenFilter.consume(TokenStreamHiddenTokenFilter.java:38) at antlr.TokenStreamHiddenTokenFilter.nextToken(TokenStreamHiddenTokenFilter.java:134) at antlr.TokenBuffer.fill(TokenBuffer.java:69) at antlr.TokenBuffer.LA(TokenBuffer.java:80) at antlr.LLkParser.LA(LLkParser.java:52) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.traditionalStatement(GeneratedJavaRecognizer.java:5121) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.statement(GeneratedJavaRecognizer.java:4276) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.compoundStatement(GeneratedJavaRecognizer.java:3942) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.field(GeneratedJavaRecognizer.java:3332) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.classBlock(GeneratedJavaRecognizer.java:2542) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.classDefinition(GeneratedJavaRecognizer.java:634) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.typeDefinitionInternal(GeneratedJavaRecognizer.java:556) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.typeDefinition(GeneratedJavaRecognizer.java:389) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.compilationUnit(GeneratedJavaRecognizer.java:202) at com.puppycrawl.tools.checkstyle.JavaParser.parse(JavaParser.java:94) ... 35 more |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| design | VisibilityModifier | Variable 'mybool' must be private and have accessor methods. | 2 | |
| misc | UncommentedMain | Uncommented main method found. | 3 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 3 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| design | VisibilityModifier | Variable 'mybool' must be private and have accessor methods. | 2 | |
| misc | UncommentedMain | Uncommented main method found. | 3 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 3 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| design | VisibilityModifier | Variable 'mybool' must be private and have accessor methods. | 2 | |
| misc | UncommentedMain | Uncommented main method found. | 3 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 3 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| design | VisibilityModifier | Variable 'mybool' must be private and have accessor methods. | 2 | |
| misc | UncommentedMain | Uncommented main method found. | 3 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 3 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| design | VisibilityModifier | Variable 'mybool' must be private and have accessor methods. | 2 | |
| misc | UncommentedMain | Uncommented main method found. | 3 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 3 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| design | VisibilityModifier | Variable 'mybool' must be private and have accessor methods. | 2 | |
| misc | UncommentedMain | Uncommented main method found. | 3 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 3 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| design | VisibilityModifier | Variable 'mybool' must be private and have accessor methods. | 2 | |
| misc | UncommentedMain | Uncommented main method found. | 3 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 3 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| design | VisibilityModifier | Variable 'mybool' must be private and have accessor methods. | 2 | |
| misc | UncommentedMain | Uncommented main method found. | 3 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 3 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 1 | |
| design | VisibilityModifier | Variable 'mybool' must be private and have accessor methods. | 2 | |
| misc | UncommentedMain | Uncommented main method found. | 3 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 3 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | Checker | Got an exception - com.puppycrawl.tools.checkstyle.api.CheckstyleException: TokenStreamRecognitionException occurred while parsing file /home/zenigata/workspace/contribution/checkstyle-tester/src/main/java/apache-ant/src/etc/testcases/taskdefs/fixcrlf/input/Junk9.java. at com.puppycrawl.tools.checkstyle.JavaParser.parse(JavaParser.java:100) at com.puppycrawl.tools.checkstyle.TreeWalker.processFiltered(TreeWalker.java:181) at com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck.process(AbstractFileSetCheck.java:83) at com.puppycrawl.tools.checkstyle.Checker.processFile(Checker.java:320) at com.puppycrawl.tools.checkstyle.Checker.processFiles(Checker.java:290) at com.puppycrawl.tools.checkstyle.Checker.process(Checker.java:217) at org.apache.maven.plugin.checkstyle.exec.DefaultCheckstyleExecutor.executeCheckstyle(DefaultCheckstyleExecutor.java:252) at org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport.executeReport(AbstractCheckstyleReport.java:473) at org.apache.maven.plugin.checkstyle.CheckstyleReport.executeReport(CheckstyleReport.java:154) at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:255) at org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:219) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:317) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:134) at org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:175) at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:138) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: line 13:1: Unexpected character 0x1a in identifier at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer.nextToken(GeneratedJavaLexer.java:405) at antlr.TokenStreamHiddenTokenFilter.consume(TokenStreamHiddenTokenFilter.java:38) at antlr.TokenStreamHiddenTokenFilter.nextToken(TokenStreamHiddenTokenFilter.java:134) at antlr.TokenBuffer.fill(TokenBuffer.java:69) at antlr.TokenBuffer.LA(TokenBuffer.java:80) at antlr.LLkParser.LA(LLkParser.java:52) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.traditionalStatement(GeneratedJavaRecognizer.java:5121) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.statement(GeneratedJavaRecognizer.java:4276) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.compoundStatement(GeneratedJavaRecognizer.java:3942) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.field(GeneratedJavaRecognizer.java:3332) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.classBlock(GeneratedJavaRecognizer.java:2542) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.classDefinition(GeneratedJavaRecognizer.java:634) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.typeDefinitionInternal(GeneratedJavaRecognizer.java:556) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.typeDefinition(GeneratedJavaRecognizer.java:389) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.compilationUnit(GeneratedJavaRecognizer.java:202) at com.puppycrawl.tools.checkstyle.JavaParser.parse(JavaParser.java:94) ... 35 more |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Expected @return tag. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 18 | |
| misc | UncommentedMain | Uncommented main method found. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 | |
| design | VisibilityModifier | Variable 'dependency' must be private and have accessor methods. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 | |
| imports | UnusedImports | Unused import - java.rmi.Remote. | 17 | |
| imports | UnusedImports | Unused import - org.apache.tools.ant.BuildException. | 21 | |
| javadoc | JavadocMethod | Expected @return tag. | 41 | |
| javadoc | JavadocMethod | Expected @throws tag for 'RemoteException'. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 | |
| imports | UnusedImports | Unused import - java.rmi.Remote. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 24 | |
| misc | UncommentedMain | Uncommented main method found. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 19 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Path' should be separated from previous import group by one line. | 44 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Path' should be separated from previous imports. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.launch.Locator' import. Should be before 'org.apache.tools.ant.util.VectorSet'. | 51 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.launch.Locator' import. | 51 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 16 (max allowed is 5) classes [BuildException, ByteArrayOutputStream, ClassNotFoundException, CodeSource, CollectionUtils.EmptyEnumeration, File, FileInputStream, Hashtable, JarFile, ProtectionDomain, ResourceEnumeration, StringTokenizer, URL, Vector, VectorSet, ZipLong]. | 71 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 29 (max allowed is 10). | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 445 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 487 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 489 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 515 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 523 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 538 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 586 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 591 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 618 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 631 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 650 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 677 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 697 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 738 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 761 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 777 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 802 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 822 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 833 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 840 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 873 | |
| javadoc | JavadocMethod | Expected @return tag. | 921 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 921 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 921 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 922 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 935 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 951 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 991 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1008 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1031 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1032 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1060 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1297 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1348 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1352 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1392 | |
| javadoc | JavadocMethod | Expected @return tag. | 1422 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1524 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1533 | |
| javadoc | JavadocMethod | Expected @return tag. | 1556 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent'. | 1556 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 1557 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 1558 | |
| javadoc | JavadocMethod | Expected @param tag for 'parentFirst'. | 1559 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1576 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1588 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.reflect.Constructor' import. Should be before 'java.lang.reflect.InvocationTargetException'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Constructor' import. | 22 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 214 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 272 | |
| javadoc | JavadocMethod | Expected @param tag for 'c'. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 386 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'pos'. | 41 | |
| javadoc | JavadocMethod | Expected @return tag. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 55 | |
| javadoc | JavadocMethod | Expected @return tag. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg'. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'writer'. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [AntTypeDefinition, BuildException, DefaultDefinitions, File, Hashtable, PrintWriter, Properties, Stack, StringWriter, Typedef, Typedef.OnError]. | 60 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 25 (max allowed is 10). | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 340 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 371 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 380 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 455 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 474 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 521 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 544 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 579 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 595 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 611 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 616 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 621 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 639 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 647 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 647 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 649 | |
| javadoc | JavadocMethod | Expected @param tag for 'def'. | 682 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 683 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 712 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 736 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 744 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 764 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 765 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 776 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 777 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 798 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 800 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 827 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 828 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 843 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 844 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 883 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 883 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 883 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 892 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 894 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 896 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 906 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 920 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 930 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 1019 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1019 | |
| javadoc | JavadocMethod | Expected @param tag for 'componentName'. | 1019 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1019 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirListing'. | 1019 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1021 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1033 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 1051 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1051 | |
| javadoc | JavadocMethod | Expected @param tag for 'classname'. | 1051 | |
| javadoc | JavadocMethod | Expected @param tag for 'optional'. | 1051 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1052 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirListing'. | 1052 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 1068 | |
| javadoc | JavadocMethod | Expected @param tag for 'optional'. | 1068 | |
| javadoc | JavadocMethod | Expected @param tag for 'ncdfe'. | 1069 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1069 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirListing'. | 1069 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1090 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.text.DateFormat' import. Should be before 'java.util.Date'. | 26 | |
| imports | ImportOrder | Wrong order for 'java.text.DateFormat' import. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.FileUtils' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.FileUtils' import. | 30 | |
| design | VisibilityModifier | Variable 'out' must be private and have accessor methods. | 47 | |
| design | VisibilityModifier | Variable 'err' must be private and have accessor methods. | 50 | |
| design | VisibilityModifier | Variable 'msgOutputLevel' must be private and have accessor methods. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| design | VisibilityModifier | Variable 'emacsMode' must be private and have accessor methods. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 355 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 363 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 376 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.JavaEnvUtils' import. Should be before 'org.apache.tools.ant.util.ProxySetup'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.JavaEnvUtils' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.launch.Launcher' import. Should be before 'org.apache.tools.ant.util.ProxySetup'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.launch.Launcher' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'javax.xml.parsers.SAXParserFactory' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'javax.xml.parsers.SAXParserFactory' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'javax.xml.parsers.SAXParser' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | ImportOrder | Wrong order for 'javax.xml.parsers.SAXParser' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'javax.xml.transform.TransformerFactory' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | CustomImportOrder | Import statement for 'javax.xml.transform.Transformer' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | ImportOrder | Wrong order for 'javax.xml.transform.Transformer' import. | 30 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 31 | |
| imports | CustomImportOrder | Import statement for 'java.io.FilenameFilter' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 32 | |
| imports | CustomImportOrder | Import statement for 'java.io.PrintStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 33 | |
| imports | CustomImportOrder | Import statement for 'java.io.InputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 34 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.FileInputStream' import. | 36 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileOutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 37 | |
| imports | CustomImportOrder | Import statement for 'java.net.URL' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 38 | |
| imports | CustomImportOrder | Import statement for 'java.util.Enumeration' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 39 | |
| imports | CustomImportOrder | Import statement for 'java.util.Properties' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 40 | |
| imports | CustomImportOrder | Import statement for 'java.util.Calendar' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.Calendar' import. | 41 | |
| imports | CustomImportOrder | Import statement for 'java.util.TimeZone' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 42 | |
| imports | CustomImportOrder | Import statement for 'java.lang.reflect.Method' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 43 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Method' import. | 43 | |
| imports | CustomImportOrder | Import statement for 'java.lang.reflect.InvocationTargetException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 44 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.InvocationTargetException' import. | 44 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [File, FileInputStream, FileOutputStream, FilenameFilter, Project, Properties]. | 53 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 25 (max allowed is 10). | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| misc | UncommentedMain | Uncommented main method found. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Expected @return tag. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 204 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| javadoc | JavadocMethod | Expected @param tag for 'thrown'. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 382 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 428 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 467 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 495 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 496 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 504 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 526 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 527 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 528 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 538 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 539 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 540 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 544 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 544 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 544 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 545 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 562 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 563 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 659 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 660 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 697 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildException, File, FileResource, TokenizedPath, TokenizedPattern, VectorSet]. | 130 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| design | VisibilityModifier | Variable 'basedir' must be private and have accessor methods. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 230 | |
| design | VisibilityModifier | Variable 'includes' must be private and have accessor methods. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 233 | |
| design | VisibilityModifier | Variable 'excludes' must be private and have accessor methods. | 233 | |
| design | VisibilityModifier | Variable 'selectors' must be private and have accessor methods. | 236 | |
| design | VisibilityModifier | Variable 'filesIncluded' must be private and have accessor methods. | 242 | |
| design | VisibilityModifier | Variable 'filesNotIncluded' must be private and have accessor methods. | 245 | |
| design | VisibilityModifier | Variable 'filesExcluded' must be private and have accessor methods. | 251 | |
| design | VisibilityModifier | Variable 'dirsIncluded' must be private and have accessor methods. | 257 | |
| design | VisibilityModifier | Variable 'dirsNotIncluded' must be private and have accessor methods. | 260 | |
| design | VisibilityModifier | Variable 'dirsExcluded' must be private and have accessor methods. | 266 | |
| design | VisibilityModifier | Variable 'filesDeselected' must be private and have accessor methods. | 272 | |
| design | VisibilityModifier | Variable 'dirsDeselected' must be private and have accessor methods. | 278 | |
| design | VisibilityModifier | Variable 'haveSlowResults' must be private and have accessor methods. | 281 | |
| design | VisibilityModifier | Variable 'isCaseSensitive' must be private and have accessor methods. | 287 | |
| design | VisibilityModifier | Variable 'errorOnMissingDir' must be private and have accessor methods. | 293 | |
| design | VisibilityModifier | Variable 'everythingIncluded' must be private and have accessor methods. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 449 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 449 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 471 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 471 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 487 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 487 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 504 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 504 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 523 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 523 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 544 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 544 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 559 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 576 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 593 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 621 | |
| javadoc | JavadocMethod | Expected @param tag for 'max'. | 705 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 722 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 745 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 769 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 772 | |
| javadoc | JavadocMethod | Expected @return tag. | 796 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 796 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 796 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 796 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 797 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 937 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 944 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 967 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 979 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1026 | |
| javadoc | JavadocMethod | Expected @return tag. | 1045 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1045 | |
| javadoc | JavadocMethod | Expected @param tag for 'pattern'. | 1045 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1331 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1347 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1372 | |
| javadoc | JavadocMethod | Unused @param tag for 'name'. | 1380 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 1384 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1408 | |
| javadoc | JavadocMethod | Expected @param tag for 'tokenizedInclude'. | 1445 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1480 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1481 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1515 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1551 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1570 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1571 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1605 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1607 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1623 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1625 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1641 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1643 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1656 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1657 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1691 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1693 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1709 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1711 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1727 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1729 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1743 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1744 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1758 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1759 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1779 | |
| javadoc | JavadocMethod | Expected @return tag. | 1791 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1791 | |
| javadoc | JavadocMethod | Expected @param tag for 'vpath'. | 1791 | |
| javadoc | JavadocMethod | Expected @return tag. | 1839 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1839 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1843 | |
| javadoc | JavadocMethod | Expected @return tag. | 1864 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1864 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirName'. | 1864 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent'. | 1864 | |
| javadoc | JavadocMethod | Expected @param tag for 'directoryNamesFollowed'. | 1865 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1874 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1877 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1878 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'task'. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'java.util.Hashtable'. | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.PreSetDef' import. Should be before 'org.apache.tools.ant.types.resources.FileResource'. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.PreSetDef' import. | 36 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [AddNestedCreator, AttributeSetter, BuildException, CreateNestedCreator, Creator, FileResource, Hashtable, MethodAndObject, NestedCreator, UnsupportedAttributeException, UnsupportedElementException]. | 61 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 29 (max allowed is 10). | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 379 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 386 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 387 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 388 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 389 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 406 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 438 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 439 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 460 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 488 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 496 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 506 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 524 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 525 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 527 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 528 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 547 | |
| javadoc | JavadocMethod | Expected @return tag. | 572 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent'. | 572 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 572 | |
| javadoc | JavadocMethod | Expected @param tag for 'ns'. | 572 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 573 | |
| javadoc | JavadocMethod | Expected @param tag for 'localName'. | 573 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 573 | |
| javadoc | JavadocMethod | Expected @param tag for 'qName'. | 573 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 609 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 642 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 642 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 685 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 704 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 704 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 728 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 728 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 747 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 747 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 748 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 752 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 786 | |
| javadoc | JavadocMethod | Expected @param tag for 'ite'. | 814 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 834 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 856 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 896 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 917 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1040 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1049 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1060 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1069 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1082 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1092 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1143 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1387 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1393 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1396 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1406 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1410 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1435 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1451 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1458 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1471 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1475 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1495 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1495 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1516 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 1516 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1628 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1628 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1628 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1640 | |
| javadoc | JavadocMethod | Expected @return tag. | 1649 | |
| javadoc | JavadocMethod | Expected @param tag for 'helper'. | 1650 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1650 | |
| javadoc | JavadocMethod | Expected @param tag for 'componentName'. | 1650 | |
| javadoc | JavadocMethod | Expected @param tag for 'methods'. | 1650 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1683 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1684 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1711 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1712 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.util.FileUtils' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.util.FileUtils' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.PrintWriter. | 27 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 16 (max allowed is 5) classes [BuildException, DefaultInputHandler, DefaultLogger, DemuxInputStream, DemuxOutputStream, File, FileInputStream, FileOutputStream, GetProperty, PrintStream, Project, Properties, ProxySetup, ResolvePropertyMap, SilentLogger, Vector]. | 64 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 34 (max allowed is 10). | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 210 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 247 | |
| misc | UncommentedMain | Uncommented main method found. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 364 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| javadoc | JavadocMethod | Expected @return tag. | 529 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 529 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 529 | |
| javadoc | JavadocMethod | Expected @param tag for 'pos'. | 529 | |
| javadoc | JavadocMethod | Expected @return tag. | 541 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 541 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 541 | |
| javadoc | JavadocMethod | Expected @param tag for 'pos'. | 541 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 546 | |
| javadoc | JavadocMethod | Expected @return tag. | 554 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 554 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 554 | |
| javadoc | JavadocMethod | Expected @param tag for 'argPos'. | 554 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 565 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 566 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 567 | |
| javadoc | JavadocMethod | Expected @return tag. | 583 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 583 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 583 | |
| javadoc | JavadocMethod | Expected @param tag for 'pos'. | 583 | |
| javadoc | JavadocMethod | Expected @return tag. | 598 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 598 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 598 | |
| javadoc | JavadocMethod | Expected @param tag for 'pos'. | 598 | |
| javadoc | JavadocMethod | Expected @return tag. | 614 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 614 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 614 | |
| javadoc | JavadocMethod | Expected @param tag for 'pos'. | 614 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 618 | |
| javadoc | JavadocMethod | Expected @return tag. | 626 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 626 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 626 | |
| javadoc | JavadocMethod | Expected @param tag for 'pos'. | 626 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 652 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 668 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 710 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 710 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 863 | |
| coding | IllegalCatch | Catching 'Error' is not allowed. | 866 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 873 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 892 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 909 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 934 | |
| javadoc | JavadocMethod | Expected @param tag for 'logLevel'. | 1054 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1061 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1066 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1078 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1146 | |
| javadoc | JavadocMethod | Expected @param tag for 'printDependencies'. | 1176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1242 | |
| javadoc | JavadocMethod | Unused @param tag for 'topDependencies'. | 1266 | |
| javadoc | JavadocMethod | Expected @param tag for 'dependencies'. | 1277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| design | VisibilityModifier | Variable 'targetName' must be private and have accessor methods. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.taskdefs.condition.Os' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.taskdefs.condition.Os' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.EOFException' import. Should be before 'java.io.IOException'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'java.util.Vector'. | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'java.util.Vector'. | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'java.util.Vector'. | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'java.util.Vector'. | 35 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.input.DefaultInputHandler' should be separated from previous import group by one line. | 37 | |
| imports | ImportOrder | 'org.apache.tools.ant.input.DefaultInputHandler' should be separated from previous imports. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.helper.DefaultExecutor' import. Should be before 'org.apache.tools.ant.input.InputHandler'. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.helper.DefaultExecutor' import. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Description' import. Should be before 'org.apache.tools.ant.types.FilterSetCollection'. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Description' import. | 42 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 17 (max allowed is 5) classes [AntRefTable, BuildEvent, BuildException, BuildListener, DefaultInputHandler, EOFException, File, FileResource, FilterSet, FilterSet.Filter, FilterSetCollection, Hashtable, Stack, ThreadLocal, Vector, VectorSet, WeakHashMap]. | 64 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 39 (max allowed is 10). | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 446 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 455 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 466 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 476 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 488 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 499 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 512 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 534 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 534 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 549 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 549 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 562 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 562 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 578 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 578 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 590 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 590 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 603 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 603 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 622 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 622 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 635 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 635 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 708 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 717 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 728 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 742 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 752 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 762 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 772 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 792 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 792 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 825 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 850 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 902 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 917 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 938 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 939 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 966 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 988 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 993 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1002 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1007 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1053 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1210 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1221 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1350 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1380 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 1395 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 1400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1452 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1468 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1491 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1491 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1508 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1508 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1528 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1528 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1552 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1552 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1581 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1581 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1712 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1733 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1753 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1775 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1797 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1812 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1830 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1831 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1883 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1901 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1909 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1910 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1919 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1937 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1940 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1962 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1972 | |
| javadoc | JavadocMethod | Expected @return tag. | 2001 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2001 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 2001 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 2027 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2027 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 2039 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2059 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2397 | |
| javadoc | JavadocMethod | Expected @return tag. | 2408 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 2408 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 2453 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2467 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'project' must be private and have accessor methods. | 35 | |
| design | VisibilityModifier | Variable 'location' must be private and have accessor methods. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| javadoc | JavadocMethod | Expected @return tag. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| javadoc | JavadocMethod | Expected @param tag for 'sep'. | 230 | |
| javadoc | JavadocMethod | Expected @return tag. | 255 | |
| javadoc | JavadocMethod | Expected @param tag for 'includeMode'. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 407 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 432 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 432 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 457 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 457 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 498 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 498 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 498 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 511 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 511 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 528 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 528 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 542 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 542 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 560 | |
| javadoc | JavadocMethod | Expected @return tag. | 589 | |
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 589 | |
| javadoc | JavadocMethod | Expected @return tag. | 599 | |
| javadoc | JavadocMethod | Expected @param tag for 'containingProject'. | 599 | |
| javadoc | JavadocMethod | Expected @param tag for 'source'. | 600 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 623 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 648 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 649 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 650 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 655 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 680 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 242 | |
| javadoc | JavadocMethod | Expected @param tag for 'buildFile'. | 253 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 253 | |
| javadoc | JavadocMethod | Expected @param tag for 'antlib'. | 276 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 448 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 448 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 475 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 475 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 522 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 549 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 549 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 549 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 567 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 567 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 587 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 597 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 621 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 621 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 632 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 678 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 678 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 693 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 729 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 729 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 744 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 771 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 771 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 788 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 817 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 817 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 838 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 865 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 865 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 880 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 985 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1034 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1034 | |
| javadoc | JavadocMethod | Expected @param tag for 'fragments'. | 1034 | |
| javadoc | JavadocMethod | Expected @param tag for 'propertyRefs'. | 1034 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 1035 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1075 | |
| javadoc | JavadocMethod | Expected @param tag for '<D>'. | 1119 | |
| javadoc | JavadocMethod | Expected @return tag. | 1154 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1159 | |
| javadoc | JavadocMethod | Expected @return tag. | 1177 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1177 | |
| javadoc | JavadocMethod | Expected @return tag. | 1188 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1188 | |
| javadoc | JavadocMethod | Expected @return tag. | 1202 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1202 | |
| javadoc | JavadocMethod | Expected @return tag. | 1212 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.util.CollectionUtils' | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.MacroDef.Attribute' import. Should be before 'org.apache.tools.ant.util.CollectionUtils'. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.MacroDef.Attribute' import. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.MacroInstance' import. Should be before 'org.apache.tools.ant.util.CollectionUtils'. | 34 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [AttributeComponentInformation, AttributeListImpl, BuildException, CollectionUtils.EmptyEnumeration, EnableAttributeConsumer, Hashtable, LinkedHashMap]. | 43 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 10). | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| design | VisibilityModifier | Variable 'componentName' must be private and have accessor methods. | 133 | |
| design | VisibilityModifier | Variable 'restricted' must be private and have accessor methods. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 301 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 326 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 432 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 442 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 501 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 581 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [And, BuildException, IfStringCondition, Or, StringTokenizer, Task, UnlessStringCondition]. | 39 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 297 | |
| javadoc | JavadocMethod | Expected @param tag for 'condition'. | 306 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| javadoc | JavadocMethod | Expected @param tag for 'condition'. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 373 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 393 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 457 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 500 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 502 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 506 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 519 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 521 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 525 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.Enumeration' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Enumeration' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| design | VisibilityModifier | Variable 'target' must be private and have accessor methods. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| design | VisibilityModifier | Variable 'taskName' must be private and have accessor methods. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| design | VisibilityModifier | Variable 'taskType' must be private and have accessor methods. | 64 | |
| design | VisibilityModifier | Variable 'wrapper' must be private and have accessor methods. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 325 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 355 | |
| coding | IllegalCatch | Catching 'Error' is not allowed. | 360 | |
| javadoc | JavadocMethod | Expected @param tag for 'wrapper'. | 428 | |
| javadoc | JavadocMethod | Expected @param tag for 'parentElement'. | 429 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 448 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.dispatch.Dispatchable' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.dispatch.Dispatchable' should be separated from previous imports. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.dispatch.DispatchUtils' import. Should be before 'org.apache.tools.ant.dispatch.Dispatchable'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.dispatch.DispatchUtils' import. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 132 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 147 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.util.Map'. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.taskdefs.PreSetDef' should be separated from previous import group by one line. | 27 | |
| imports | ImportOrder | 'org.apache.tools.ant.taskdefs.PreSetDef' should be separated from previous imports. | 27 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 339 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 428 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 495 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 496 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 498 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 507 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 554 | |
| javadoc | JavadocMethod | Expected @param tag for 'parentUri'. | 554 | |
| javadoc | JavadocMethod | Expected @param tag for 'ih'. | 555 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent'. | 556 | |
| javadoc | JavadocMethod | Expected @param tag for 'child'. | 556 | |
| javadoc | JavadocMethod | Expected @param tag for 'childWrapper'. | 557 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 558 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 656 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 656 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 656 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Enumeration' import. Should be before 'java.util.Stack'. | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Enumeration' import. | 28 | |
| imports | ImportOrder | 'javax.xml.parsers.DocumentBuilder' should be separated from previous imports. | 29 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [BuildException, DOMElementWriter, ExceptionInInitializerError, FileOutputStream, Hashtable, OutputStreamWriter, PrintStream, Stack, TimedElement]. | 54 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 10). | 54 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| javadoc | JavadocMethod | Expected @return tag. | 347 | |
| javadoc | JavadocMethod | Expected @param tag for 'task'. | 347 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 465 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Task' import. Should be before 'org.apache.tools.ant.UnknownElement'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Task' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'java.lang.reflect.InvocationTargetException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.InvocationTargetException' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.lang.reflect.Method' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Project' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.Project' should be separated from previous imports. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Parameter' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Parameter' should be separated from previous imports. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 131 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'java.io.Reader'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedReader' import. Should be before 'java.io.Reader'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileReader' import. Should be before 'java.io.Reader'. | 24 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Parameter' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Parameter' should be separated from previous imports. | 25 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [AddEofFilter, AddTabFilter, BuildException, IOException, MaskJavaTabLiteralsFilter, NormalizeEolFilter, RemoveEofFilter, RemoveTabFilter]. | 72 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 408 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 412 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 416 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 427 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| javadoc | JavadocMethod | Expected @return tag. | 441 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 449 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 453 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 457 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 461 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 469 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 477 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 515 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 519 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 625 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 631 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 703 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 707 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 726 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 736 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 755 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 760 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 833 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 839 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 876 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 898 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 912 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 921 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 950 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 971 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 988 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 997 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.util.LineTokenizer' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.util.LineTokenizer' should be separated from previous imports. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Parameter' import. Should be before 'org.apache.tools.ant.util.LineTokenizer'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Parameter' import. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Expected @return tag. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| javadoc | JavadocMethod | Expected @param tag for 'line'. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Project' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.Project' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Project' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.Project' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Parameter' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Parameter' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStream'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 27 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 27 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 229 | |
| javadoc | JavadocMethod | Unused @param tag for 'fileName'. | 246 | |
| javadoc | JavadocMethod | Expected @return tag. | 248 | |
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 340 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 355 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 365 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 392 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 326 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 347 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 364 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 364 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Parameter' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Parameter' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Parameter' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Parameter' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Parameter' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Parameter' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Parameter' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Parameter' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Parameter' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Parameter' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'line'. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Enumeration' import. Should be before 'java.util.Vector'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Enumeration' import. | 23 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.LineTokenizer' import. Should be before 'org.apache.tools.ant.util.Tokenizer'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.LineTokenizer' import. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.StringUtils' import. Should be before 'org.apache.tools.ant.util.Tokenizer'. | 30 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 409 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 415 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 441 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 442 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 446 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 454 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 461 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 468 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 472 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 494 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 494 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 509 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 510 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 514 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 522 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 529 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 536 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 540 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 563 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 563 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 582 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 582 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 595 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 595 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 610 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 616 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 625 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 625 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 693 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 693 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 708 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous import group by one line. | 29 | |
| imports | ImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous imports. | 29 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 45 | |
| design | VisibilityModifier | Variable 'primaryReader' must be private and have accessor methods. | 53 | |
| design | VisibilityModifier | Variable 'bufferSize' must be private and have accessor methods. | 58 | |
| design | VisibilityModifier | Variable 'filterChains' must be private and have accessor methods. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'obj'. | 186 | |
| javadoc | JavadocMethod | Expected @param tag for 'loaders'. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| javadoc | JavadocMethod | Expected @return tag. | 224 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 224 | |
| javadoc | JavadocMethod | Expected @param tag for 'ancestor'. | 225 | |
| javadoc | JavadocMethod | Expected @param tag for 'classLoadersToCleanUp'. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.bcel.classfile.ClassParser' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.bcel.classfile.ClassParser' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.xml.sax.Attributes' import. Should be before 'org.xml.sax.Locator'. | 30 | |
| imports | ImportOrder | Wrong order for 'org.xml.sax.Attributes' import. | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.BuildException' | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.xml.sax.Locator'. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Location' import. Should be before 'org.xml.sax.Locator'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.xml.sax.Locator'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.RuntimeConfigurable' import. Should be before 'org.xml.sax.Locator'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Target' import. Should be before 'org.xml.sax.Locator'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.FileUtils' import. Should be before 'org.xml.sax.Locator'. | 37 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildException, File, Location, Target, URL, Vector]. | 43 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Expected @throws tag for 'MalformedURLException'. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 364 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 364 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 378 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 392 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 392 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Executor' import. Should be before 'org.apache.tools.ant.Project'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Executor' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 44 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 45 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileNotFoundException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 46 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 47 | |
| imports | CustomImportOrder | Import statement for 'java.io.InputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 48 | |
| imports | CustomImportOrder | Import statement for 'java.io.UnsupportedEncodingException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 49 | |
| imports | CustomImportOrder | Import statement for 'java.net.URL' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 50 | |
| imports | CustomImportOrder | Import statement for 'java.net.URLConnection' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 51 | |
| imports | CustomImportOrder | Import statement for 'java.util.HashMap' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 52 | |
| imports | CustomImportOrder | Import statement for 'java.util.Hashtable' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 53 | |
| imports | CustomImportOrder | Import statement for 'java.util.Map' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 54 | |
| imports | CustomImportOrder | Import statement for 'java.util.Stack' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 55 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 5) classes [AntXMLContext, BuildException, ElementHandler, FileInputStream, InputSource, Location, MainHandler, ProjectHandler, RootHandler, Target, TargetHandler, ZipFile]. | 61 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 32 (max allowed is 10). | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Expected @return tag. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'resource'. | 91 | |
| javadoc | JavadocMethod | Expected @return tag. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'containingProject'. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'resource'. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 403 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 403 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 403 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 424 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 424 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 424 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 439 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 439 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 439 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 450 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 450 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 468 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 480 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 489 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 524 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 524 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 529 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 569 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 569 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 569 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 598 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 598 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 598 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 625 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 625 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 634 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 657 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 657 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 657 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 696 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 696 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 696 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 698 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 717 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 721 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 722 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 739 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 764 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 766 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 767 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 769 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 852 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 852 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 852 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 863 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 885 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 885 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 885 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 887 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 888 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 889 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 900 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 904 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 905 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 943 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 946 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 982 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 991 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1011 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1033 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1033 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1034 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1042 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1065 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1065 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1065 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1078 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1078 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 26 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.TaskContainer' import. Should be before 'org.apache.tools.ant.TypeAdapter'. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.TaskContainer' import. | 35 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [BuildException, DataTypeHandler, DescriptionHandler, File, FileInputStream, InputSource, Location, RootHandler, Target, TaskHandler, XMLReaderAdapter]. | 52 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| design | VisibilityModifier | Variable 'parentHandler' must be private and have accessor methods. | 186 | |
| design | VisibilityModifier | Variable 'helperImpl' must be private and have accessor methods. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| design | VisibilityModifier | Variable 'helperImpl' must be private and have accessor methods. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| javadoc | JavadocMethod | Expected @return tag. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| javadoc | JavadocMethod | Expected @param tag for 'helperImpl'. | 360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 380 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 381 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 384 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 387 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 388 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 455 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 475 | |
| javadoc | JavadocMethod | Expected @param tag for 'helperImpl'. | 493 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 514 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 515 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 516 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 517 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 518 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 519 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 520 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 523 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 524 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 586 | |
| javadoc | JavadocMethod | Expected @param tag for 'helperImpl'. | 599 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent'. | 599 | |
| javadoc | JavadocMethod | Expected @param tag for 'target'. | 600 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 600 | |
| javadoc | JavadocMethod | Expected @param tag for 'elementName'. | 600 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrs'. | 600 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXParseException'. | 600 | |
| javadoc | JavadocMethod | Expected @param tag for 'helperImpl'. | 622 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 636 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 637 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 650 | |
| javadoc | JavadocMethod | Expected @param tag for 'helperImpl'. | 695 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 720 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 771 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 785 | |
| javadoc | JavadocMethod | Expected @param tag for 'helperImpl'. | 825 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 857 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 862 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 906 | |
| javadoc | JavadocMethod | Expected @param tag for 'helperImpl'. | 942 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 964 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1004 | |
| javadoc | JavadocMethod | Expected @param tag for 'target'. | 1019 | |
| javadoc | JavadocMethod | Expected @param tag for 'attr'. | 1019 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1020 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Project' should be separated from previous import group by one line. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Executor' import. Should be before 'org.apache.tools.ant.Project'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Executor' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.ByteArrayOutputStream' import. Should be before 'java.io.InputStream'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayOutputStream' import. | 22 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.MalformedURLException' import. Should be before 'java.net.URLClassLoader'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.net.MalformedURLException' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'java.net.URLClassLoader'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'java.util.StringTokenizer'. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.StringTokenizer'. | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| design | VisibilityModifier | Variable 'launchDiag' must be private and have accessor methods. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| misc | UncommentedMain | Uncommented main method found. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 105 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 196 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 339 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 395 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'java.net.URL'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FilenameFilter' import. Should be before 'java.net.URL'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.ByteArrayOutputStream' import. Should be before 'java.net.URL'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayOutputStream' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.UnsupportedEncodingException' import. Should be before 'java.net.URL'. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 426 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 430 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 439 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 441 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 493 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 502 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 503 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 514 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 515 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.DefaultLogger' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.DefaultLogger' should be separated from previous imports. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.SubBuildListener'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Project' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.BuildListener' | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildEvent' import. Should be before 'org.apache.tools.ant.BuildLogger'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildEvent' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.io.PrintStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.PrintStream' import. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| design | VisibilityModifier | Variable 'out' must be private and have accessor methods. | 294 | |
| design | VisibilityModifier | Variable 'err' must be private and have accessor methods. | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Properties' import. Should be before 'java.util.Vector'. | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Properties' import. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Enumeration' import. Should be before 'java.util.Vector'. | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Enumeration' import. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.StringTokenizer' import. Should be before 'java.util.Vector'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.email.Mailer' import. Should be before 'org.apache.tools.ant.taskdefs.email.Message'. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.email.Mailer' import. | 38 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [EmailAddress, FileInputStream, MailMessage, Message, Properties, StringTokenizer, Values, Vector]. | 90 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 326 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Closeable' import. Should be before 'java.util.Enumeration'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.util.Enumeration'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URL' import. Should be before 'java.util.Enumeration'. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.PropertyHelper'. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Project' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.MagicNames' import. Should be before 'org.apache.tools.ant.PropertyHelper'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.MagicNames' import. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.HashMap' should be separated from previous import group by one line. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Project' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.Project' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.text.ParsePosition' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'java.text.ParsePosition' import. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'java.util.Set'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'java.util.Set'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 30 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.FileUtils' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.FileUtils' import. | 36 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 5) classes [BufferedOutputStream, BuildException, Commandline, Environment, Environment.Variable, Execute, File, FileOutputStream, LogOutputStream, PrintStream, PumpStreamHandler, Vector]. | 47 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 347 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 375 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 420 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 420 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 422 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 452 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 478 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 494 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 504 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 519 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 588 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 597 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 606 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 614 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 627 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 641 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 651 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 666 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 677 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 852 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 856 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 863 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 864 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 864 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 867 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 867 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [Environment, ExecTask, FileSet, LineContainsRegExp, Path, RedirectorElement, RegularExpression, Vector]. | 39 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 39 | |
| design | VisibilityModifier | Variable 'jar' must be private and have accessor methods. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| design | VisibilityModifier | Variable 'alias' must be private and have accessor methods. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| design | VisibilityModifier | Variable 'keystore' must be private and have accessor methods. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| design | VisibilityModifier | Variable 'storepass' must be private and have accessor methods. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| design | VisibilityModifier | Variable 'storetype' must be private and have accessor methods. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| design | VisibilityModifier | Variable 'keypass' must be private and have accessor methods. | 64 | |
| design | VisibilityModifier | Variable 'verbose' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'strict' must be private and have accessor methods. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| design | VisibilityModifier | Variable 'maxMemory' must be private and have accessor methods. | 77 | |
| design | VisibilityModifier | Variable 'filesets' must be private and have accessor methods. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| javadoc | JavadocMethod | Expected @param tag for 'strict'. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 420 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BuildException, DefaultLogger, FileOutputStream, PrintStream, Property, Vector, VectorSet]. | 68 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 373 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 409 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 461 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 479 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 528 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 541 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 552 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 571 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 571 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 588 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 605 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 606 | |
| javadoc | JavadocMethod | Unused @param tag for 'the'. | 620 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 624 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 627 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 634 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 665 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 677 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 691 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 727 | |
| javadoc | JavadocMethod | Expected @return tag. | 759 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 775 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 783 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 793 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 804 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 817 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 825 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 831 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 31 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 31 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BuildException, DTDPrinter, FileOutputStream, FileWriter, Hashtable, IOException, OutputStreamWriter, PrintWriter]. | 47 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'tasks'. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'types'. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 245 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 261 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 278 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 279 | |
| javadoc | JavadocMethod | Expected @param tag for 'element'. | 279 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 367 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 405 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 418 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 432 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 453 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 468 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 480 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 21 | |
| imports | CustomImportOrder | Import statement for 'java.util.Vector' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Vector' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.ComponentHelper' import. Should be before 'org.apache.tools.ant.ProjectHelper'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.ComponentHelper' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.AntTypeDefinition' import. Should be before 'org.apache.tools.ant.ProjectHelper'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntTypeDefinition' import. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous imports. | 22 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| javadoc | JavadocMethod | Expected @return tag. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 336 | |
| javadoc | JavadocMethod | Expected @return tag. | 399 | |
| javadoc | JavadocMethod | Expected @param tag for 'f'. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 | |
| javadoc | JavadocMethod | Expected @param tag for 'text'. | 399 | |
| javadoc | JavadocMethod | Expected @return tag. | 422 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 422 | |
| javadoc | JavadocMethod | Expected @param tag for 'resource'. | 422 | |
| javadoc | JavadocMethod | Expected @return tag. | 439 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 439 | |
| javadoc | JavadocMethod | Expected @param tag for 'classname'. | 439 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 490 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.BufferedInputStream' should be separated from previous import group by one line. | 22 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 26 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.BufferedOutputStream' should be separated from previous import group by one line. | 22 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.Task'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Project' import. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 27 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 27 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BufferedReader, BufferedWriter, BuildException, File, FileReader, FileWriter]. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Task'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'java.security.NoSuchProviderException'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileOutputStream' import. Should be before 'java.security.NoSuchProviderException'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileInputStream' import. Should be before 'java.security.NoSuchProviderException'. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.FileInputStream' import. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileReader' import. Should be before 'java.security.NoSuchProviderException'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedReader' import. Should be before 'java.security.NoSuchProviderException'. | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.security.NoSuchProviderException'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Hashtable' import. Should be before 'java.util.Map'. | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Hashtable' import. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'java.util.Map'. | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.text.MessageFormat' import. Should be before 'java.util.Map'. | 35 | |
| imports | ImportOrder | Wrong order for 'java.text.MessageFormat' import. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.text.ParseException' import. Should be before 'java.util.Map'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.Restrict' import. Should be before 'org.apache.tools.ant.types.resources.Union'. | 47 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.Restrict' import. | 47 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [BufferedReader, BuildException, Comparator, DigestInputStream, File, FileInputStream, FileOutputStream, FileReader, FileUnion, Hashtable, MessageFormat]. | 59 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 10). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| javadoc | JavadocMethod | Expected @return tag. | 321 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 | |
| javadoc | JavadocMethod | Expected @param tag for 'file'. | 423 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 423 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 435 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 452 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 456 | |
| javadoc | JavadocMethod | Expected @return tag. | 472 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 472 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 497 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 501 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 513 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 568 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 571 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 574 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 583 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 583 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 586 | |
| javadoc | JavadocMethod | Expected @return tag. | 631 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 631 | |
| javadoc | JavadocMethod | Expected @param tag for 'f'. | 631 | |
| javadoc | JavadocMethod | Expected @return tag. | 652 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 652 | |
| javadoc | JavadocMethod | Expected @param tag for 'f'. | 652 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 653 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 671 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 672 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 673 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 708 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.MagicNames' import. Should be before 'org.apache.tools.ant.Task'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.MagicNames' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Task'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.AntClassLoader' import. Should be before 'org.apache.tools.ant.Task'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntClassLoader' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Path' import. Should be before 'org.apache.tools.ant.types.Reference'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Path' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 227 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Task' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.Task' should be separated from previous imports. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileReader' import. Should be before 'java.io.Writer'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.FileReader' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'java.io.Writer'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.Writer'. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.StringReader' import. Should be before 'java.io.Writer'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedReader' import. Should be before 'java.io.Writer'. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileInputStream' import. Should be before 'java.io.Writer'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStreamReader' import. Should be before 'java.io.Writer'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.Task'. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Project' import. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Task'. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.ProjectComponent' import. Should be before 'org.apache.tools.ant.Task'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FileSet' import. Should be before 'org.apache.tools.ant.types.Path'. | 41 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.FileSet' import. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FileList' import. Should be before 'org.apache.tools.ant.types.Path'. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.FileList' import. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FilterChain' import. Should be before 'org.apache.tools.ant.types.Path'. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.Resources' import. Should be before 'org.apache.tools.ant.types.resources.Restrict'. | 50 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.Resources' import. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.selectors.Exists' import. Should be before 'org.apache.tools.ant.types.resources.selectors.Not'. | 53 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.selectors.Exists' import. | 53 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 16 (max allowed is 5) classes [BufferedReader, BuildException, ChainReaderHelper, ConcatResource, Exists, FileResource, InputStreamReader, Intersect, LogOutputResource, Not, Path, ReaderFactory, Resources, Restrict, StringResource, Vector]. | 79 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 31 (max allowed is 10). | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Expected @return tag. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| javadoc | JavadocMethod | Expected @return tag. | 290 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 345 | |
| javadoc | JavadocMethod | Expected @param tag for 'ch'. | 355 | |
| javadoc | JavadocMethod | Expected @return tag. | 366 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 375 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 451 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 454 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 485 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 492 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 573 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 585 | |
| javadoc | JavadocMethod | Expected @param tag for 'f'. | 619 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 639 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 704 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 754 | |
| javadoc | JavadocMethod | Expected @return tag. | 892 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 918 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 942 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Task' should be separated from previous import group by one line. | 30 | |
| imports | ImportOrder | 'org.apache.tools.ant.Task' should be separated from previous imports. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.Task'. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Project' import. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Task'. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.DirectoryScanner' import. Should be before 'org.apache.tools.ant.Task'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FileSet' import. Should be before 'org.apache.tools.ant.types.Mapper'. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.FileSet' import. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FilterSet' import. Should be before 'org.apache.tools.ant.types.Mapper'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FilterChain' import. Should be before 'org.apache.tools.ant.types.Mapper'. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.FilterChain' import. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FilterSetCollection' import. Should be before 'org.apache.tools.ant.types.Mapper'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.FileNameMapper' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 45 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.FileNameMapper' import. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.FlatFileNameMapper' import. Should be before 'org.apache.tools.ant.util.SourceFileScanner'. | 50 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.FlatFileNameMapper' import. | 50 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 14 (max allowed is 5) classes [BuildException, File, FileResource, FilterChain, FilterSet, FilterSetCollection, FlatFileNameMapper, IdentityMapper, LinkedHashtable, Mapper, Resource, ResourceFactory, SourceFileScanner, Vector]. | 67 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 24 (max allowed is 10). | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| design | VisibilityModifier | Variable 'file' must be private and have accessor methods. | 74 | |
| design | VisibilityModifier | Variable 'destFile' must be private and have accessor methods. | 75 | |
| design | VisibilityModifier | Variable 'destDir' must be private and have accessor methods. | 76 | |
| design | VisibilityModifier | Variable 'rcs' must be private and have accessor methods. | 77 | |
| design | VisibilityModifier | Variable 'filesets' must be private and have accessor methods. | 79 | |
| design | VisibilityModifier | Variable 'filtering' must be private and have accessor methods. | 82 | |
| design | VisibilityModifier | Variable 'preserveLastModified' must be private and have accessor methods. | 83 | |
| design | VisibilityModifier | Variable 'forceOverwrite' must be private and have accessor methods. | 84 | |
| design | VisibilityModifier | Variable 'flatten' must be private and have accessor methods. | 85 | |
| design | VisibilityModifier | Variable 'verbosity' must be private and have accessor methods. | 86 | |
| design | VisibilityModifier | Variable 'includeEmpty' must be private and have accessor methods. | 87 | |
| design | VisibilityModifier | Variable 'failonerror' must be private and have accessor methods. | 88 | |
| design | VisibilityModifier | Variable 'fileCopyMap' must be private and have accessor methods. | 90 | |
| design | VisibilityModifier | Variable 'dirCopyMap' must be private and have accessor methods. | 91 | |
| design | VisibilityModifier | Variable 'completeDirMap' must be private and have accessor methods. | 92 | |
| design | VisibilityModifier | Variable 'mapperElement' must be private and have accessor methods. | 94 | |
| design | VisibilityModifier | Variable 'fileUtils' must be private and have accessor methods. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| javadoc | JavadocMethod | Expected @param tag for 'f'. | 243 | |
| javadoc | JavadocMethod | Expected @return tag. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 375 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 388 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 408 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 502 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 503 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 520 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 533 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 632 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 645 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 652 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 656 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 732 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 733 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 767 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 769 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 785 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 827 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 834 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 868 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 869 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 872 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 898 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 916 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 955 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 981 | |
| javadoc | JavadocMethod | Expected @param tag for 'baseDir'. | 1022 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1022 | |
| javadoc | JavadocMethod | Expected @param tag for 'names'. | 1022 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 1022 | |
| javadoc | JavadocMethod | Expected @param tag for 'baseDir'. | 1038 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1038 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 1038 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 1038 | |
| javadoc | JavadocMethod | Expected @return tag. | 1047 | |
| javadoc | JavadocMethod | Expected @param tag for 'f'. | 1047 | |
| javadoc | JavadocMethod | Expected @return tag. | 1055 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1073 | |
| javadoc | JavadocMethod | Expected @return tag. | 1084 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1084 | |
| javadoc | JavadocMethod | Expected @param tag for 'ex'. | 1084 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.FileNameMapper' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.FileNameMapper' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Path' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Path' import. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Reference' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.Task'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Project' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Task'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.DirectoryScanner' import. Should be before 'org.apache.tools.ant.Task'. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.ComponentHelper'. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.MagicNames' import. Should be before 'org.apache.tools.ant.ProjectHelper'. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.MagicNames' import. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.EnumeratedAttribute' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 40 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.EnumeratedAttribute' import. | 40 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 367 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 453 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 471 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 489 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 502 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 512 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 527 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 547 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 571 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 571 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 604 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 609 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.Vector'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Comparator' import. Should be before 'java.util.Vector'. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.DirectoryScanner' import. Should be before 'org.apache.tools.ant.Project'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.Restrict' import. Should be before 'org.apache.tools.ant.types.resources.Sort'. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.Restrict' import. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.Resources' import. Should be before 'org.apache.tools.ant.types.resources.Sort'. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.Resources' import. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.FileResourceIterator' import. Should be before 'org.apache.tools.ant.types.resources.Sort'. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.FileResourceIterator' import. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.comparators.FileSystem' import. Should be before 'org.apache.tools.ant.types.resources.comparators.Reverse'. | 41 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.comparators.FileSystem' import. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.comparators.ResourceComparator' import. Should be before 'org.apache.tools.ant.types.resources.comparators.Reverse'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.AndSelector' import. Should be before 'org.apache.tools.ant.types.selectors.OrSelector'. | 46 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.AndSelector' import. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.NotSelector' import. Should be before 'org.apache.tools.ant.types.selectors.OrSelector'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.DateSelector' import. Should be before 'org.apache.tools.ant.types.selectors.OrSelector'. | 48 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.DateSelector' import. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.FileSelector' import. Should be before 'org.apache.tools.ant.types.selectors.OrSelector'. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.NoneSelector' import. Should be before 'org.apache.tools.ant.types.selectors.OrSelector'. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.DepthSelector' import. Should be before 'org.apache.tools.ant.types.selectors.SizeSelector'. | 52 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.DepthSelector' import. | 52 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.DependSelector' import. Should be before 'org.apache.tools.ant.types.selectors.SizeSelector'. | 53 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.DependSelector' import. | 53 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.ExtendSelector' import. Should be before 'org.apache.tools.ant.types.selectors.SizeSelector'. | 54 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.SelectSelector' import. Should be before 'org.apache.tools.ant.types.selectors.SizeSelector'. | 55 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.PresentSelector' import. Should be before 'org.apache.tools.ant.types.selectors.SizeSelector'. | 56 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.PresentSelector' import. | 56 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.ContainsSelector' import. Should be before 'org.apache.tools.ant.types.selectors.SizeSelector'. | 57 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.ContainsSelector' import. | 57 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.FilenameSelector' import. Should be before 'org.apache.tools.ant.types.selectors.SizeSelector'. | 58 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.MajoritySelector' import. Should be before 'org.apache.tools.ant.types.selectors.SizeSelector'. | 59 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.ContainsRegexpSelector' import. Should be before 'org.apache.tools.ant.types.selectors.SizeSelector'. | 60 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.ContainsRegexpSelector' import. | 60 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 5) classes [BuildException, Exists, File, FileResourceIterator, FileSystem, ResourceCollection, Resources, Restrict, Reverse, ReverseDirs, Sort, Vector]. | 79 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 40 (max allowed is 10). | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| design | VisibilityModifier | Variable 'file' must be private and have accessor methods. | 106 | |
| design | VisibilityModifier | Variable 'dir' must be private and have accessor methods. | 107 | |
| design | VisibilityModifier | Variable 'filesets' must be private and have accessor methods. | 108 | |
| design | VisibilityModifier | Variable 'usedMatchingTask' must be private and have accessor methods. | 109 | |
| design | VisibilityModifier | Variable 'includeEmpty' must be private and have accessor methods. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 300 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 635 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 655 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 657 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 705 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 718 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 718 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 722 | |
| javadoc | JavadocMethod | Expected @return tag. | 735 | |
| javadoc | JavadocMethod | Expected @param tag for 'f'. | 735 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 756 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 761 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 785 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 785 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 803 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 826 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FileSet' import. Should be before 'org.apache.tools.ant.types.Path'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.FileSet' import. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FileList' import. Should be before 'org.apache.tools.ant.types.Path'. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.FileList' import. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.ResourceCollection' import. Should be before 'org.apache.tools.ant.types.TimeComparison'. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.ResourceCollection' import. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.Restrict' import. Should be before 'org.apache.tools.ant.types.resources.Union'. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.Restrict' import. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.Resources' import. Should be before 'org.apache.tools.ant.types.resources.Union'. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.Resources' import. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.selectors.Exists' import. Should be before 'org.apache.tools.ant.types.resources.selectors.Not'. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.selectors.Exists' import. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.comparators.Reverse' import. Should be before 'org.apache.tools.ant.types.resources.selectors.ResourceSelector'. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.comparators.Reverse' import. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.comparators.ResourceComparator' import. Should be before 'org.apache.tools.ant.types.resources.selectors.ResourceSelector'. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.comparators.ResourceComparator' import. | 39 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 13 (max allowed is 5) classes [BuildException, Date, Delete, Exists, HideMissingBasedir, NonExistent, Not, Path, Restrict, Reverse, Union, org.apache.tools.ant.types.resources.comparators.Date, org.apache.tools.ant.types.resources.selectors.Date]. | 83 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 20 (max allowed is 10). | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.LogLevel' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.LogLevel' import. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Resource' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.FileProvider' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.FileResource' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.LogOutputResource' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.StringResource' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 45 | |
| design | VisibilityModifier | Variable 'file' must be private and have accessor methods. | 46 | |
| design | VisibilityModifier | Variable 'append' must be private and have accessor methods. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| design | VisibilityModifier | Variable 'logLevel' must be private and have accessor methods. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| javadoc | JavadocMethod | Expected @param tag for 'f'. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileOutputStream' import. Should be before 'java.io.OutputStream'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.FileOutputStream' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.DOMElementWriter' import. Should be before 'org.apache.tools.ant.util.XMLFragment'. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.DOMElementWriter' import. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.FileUtils' import. Should be before 'org.apache.tools.ant.util.XMLFragment'. | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.w3c.dom.Node' | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.w3c.dom.Element' import. Should be before 'org.w3c.dom.Node'. | 32 | |
| imports | ImportOrder | Wrong order for 'org.w3c.dom.Element' import. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| design | VisibilityModifier | Variable 'fos' must be private and have accessor methods. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 25 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BuildException, Commandline, Environment, Execute, ExecuteWatchdog, File, Path, Redirector]. | 42 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| design | VisibilityModifier | Variable 'failOnError' must be private and have accessor methods. | 51 | |
| design | VisibilityModifier | Variable 'newEnvironment' must be private and have accessor methods. | 52 | |
| design | VisibilityModifier | Variable 'cmdl' must be private and have accessor methods. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| design | VisibilityModifier | Variable 'redirector' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'redirectorElement' must be private and have accessor methods. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Expected @return tag. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 401 | |
| javadoc | JavadocMethod | Expected @return tag. | 409 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 409 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 445 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 455 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 461 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 562 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 603 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 632 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 712 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 712 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 717 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 717 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 717 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 721 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 721 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 722 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [BufferedReader, BuildException, ByteArrayOutputStream, File, LinkedHashMap, LogStreamHandler, OutputStream, ProcessDestroyer, PumpStreamHandler, StringReader, Vector]. | 48 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Expected @return tag. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 350 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 418 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 419 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 608 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 618 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 619 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 627 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 656 | |
| javadoc | JavadocMethod | Expected @return tag. | 698 | |
| javadoc | JavadocMethod | Expected @param tag for 'in'. | 698 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 699 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 701 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 702 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous import group by one line. | 27 | |
| imports | ImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous imports. | 27 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BuildException, CommandlineJava, Execute, ExecuteWatchdog, Redirector, Thread, Watchdog]. | 45 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 193 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 315 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 323 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.AbstractFileSet' import. Should be before 'org.apache.tools.ant.types.Commandline'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.AbstractFileSet' import. | 29 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BuildException, File, Mapper, PumpStreamHandler, SourceFileScanner, Union, Vector]. | 51 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 10). | 51 | |
| design | VisibilityModifier | Variable 'filesets' must be private and have accessor methods. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'srcFilePos' must be private and have accessor methods. | 69 | |
| design | VisibilityModifier | Variable 'targetFilePos' must be private and have accessor methods. | 71 | |
| design | VisibilityModifier | Variable 'mapperElement' must be private and have accessor methods. | 72 | |
| design | VisibilityModifier | Variable 'mapper' must be private and have accessor methods. | 73 | |
| design | VisibilityModifier | Variable 'destDir' must be private and have accessor methods. | 74 | |
| design | VisibilityModifier | Variable 'srcIsFirst' must be private and have accessor methods. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 380 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 392 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 395 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 454 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 524 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 524 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 530 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 533 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 550 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 555 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 556 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 617 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 643 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 643 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 654 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 665 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 677 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 681 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 681 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 681 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 699 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 706 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 720 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 724 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 750 | |
| javadoc | JavadocMethod | Expected @param tag for 'targetFiles'. | 750 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 751 | |
| javadoc | JavadocMethod | Expected @param tag for 'arguments'. | 751 | |
| javadoc | JavadocMethod | Expected @param tag for 'insertPosition'. | 752 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 753 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 753 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 753 | |
| javadoc | JavadocMethod | Expected @param tag for 'suffix'. | 753 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 771 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 773 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 778 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Task'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.ExitStatusException' import. Should be before 'org.apache.tools.ant.Task'. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BuildException, Date, FileOutputStream, IdentityMapper, Mapper, Union, Vector, ZipFile]. | 60 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 10). | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 86 | |
| javadoc | JavadocMethod | Expected @return tag. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 311 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 450 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 461 | |
| javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 461 | |
| javadoc | JavadocMethod | Expected @return tag. | 471 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 471 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 480 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 489 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 500 | |
| javadoc | JavadocMethod | Expected @return tag. | 507 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileReader' import. Should be before 'java.io.Reader'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.FileReader' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.Reader'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedReader' import. Should be before 'java.io.Reader'. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileInputStream' import. Should be before 'java.io.Reader'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStreamReader' import. Should be before 'java.io.Reader'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Enumeration' import. Should be before 'java.util.Vector'. | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Enumeration' import. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.NoSuchElementException' import. Should be before 'java.util.Vector'. | 30 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.Project' should be separated from previous import group by one line. | 31 | |
| imports | ImportOrder | 'org.apache.tools.ant.Project' should be separated from previous imports. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.DirectoryScanner' import. Should be before 'org.apache.tools.ant.Project'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.filters.ChainableReader' import. Should be before 'org.apache.tools.ant.filters.FixCrLfFilter'. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.filters.ChainableReader' import. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.EnumeratedAttribute' import. Should be before 'org.apache.tools.ant.types.FilterChain'. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.EnumeratedAttribute' import. | 37 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildException, CrLf, File, FilterChain, FixCrLfFilter, Vector]. | 84 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BufferLine, BufferedReader, BuildException, FileInputStream, FileReader, InputStreamReader, NoSuchElementException]. | 393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 528 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 585 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 586 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 588 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 596 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 600 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 604 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 608 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 612 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 616 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 620 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 624 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 628 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 632 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 636 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 640 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 644 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 644 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 648 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 648 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 652 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 652 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 656 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 656 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 660 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 664 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 675 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 688 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| design | VisibilityModifier | Variable 'alias' must be private and have accessor methods. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| design | VisibilityModifier | Variable 'keystore' must be private and have accessor methods. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| design | VisibilityModifier | Variable 'storepass' must be private and have accessor methods. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| design | VisibilityModifier | Variable 'storetype' must be private and have accessor methods. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| design | VisibilityModifier | Variable 'keypass' must be private and have accessor methods. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| design | VisibilityModifier | Variable 'sigalg' must be private and have accessor methods. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| design | VisibilityModifier | Variable 'keyalg' must be private and have accessor methods. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| design | VisibilityModifier | Variable 'dname' must be private and have accessor methods. | 177 | |
| design | VisibilityModifier | Variable 'expandedDname' must be private and have accessor methods. | 178 | |
| design | VisibilityModifier | Variable 'keysize' must be private and have accessor methods. | 179 | |
| design | VisibilityModifier | Variable 'validity' must be private and have accessor methods. | 180 | |
| design | VisibilityModifier | Variable 'verbose' must be private and have accessor methods. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [BuildException, Date, File, GetThread, Mapper, NullProgress, Resources, URLResource, VerboseProgress]. | 58 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 118 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 165 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| javadoc | JavadocMethod | Expected @param tag for 'rc'. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 389 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 398 | |
| javadoc | JavadocMethod | Expected @param tag for 'maxTime'. | 408 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 442 | |
| javadoc | JavadocMethod | Expected @param tag for 'userAgent'. | 442 | |
| javadoc | JavadocMethod | Expected @param tag for 'httpUseCache'. | 456 | |
| design | VisibilityModifier | Variable 'out' must be private and have accessor methods. | 546 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [Base64Converter, BuildException, Date, FileOutputStream, GZIPInputStream, URL]. | 585 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 585 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 601 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 603 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 614 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 624 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 646 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 650 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 663 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 677 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 691 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 692 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 727 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 728 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 752 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 770 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 822 | |
| javadoc | JavadocMethod | Expected @return tag. | 841 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 841 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 841 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.ProjectHelper'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Project' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 35 | |
| imports | CustomImportOrder | Import statement for 'java.net.MalformedURLException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 36 | |
| imports | CustomImportOrder | Import statement for 'java.net.URL' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 37 | |
| imports | CustomImportOrder | Import statement for 'java.util.Vector' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 38 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildException, File, FileResource, URL, URLResource, Union]. | 65 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| javadoc | JavadocMethod | Expected @return tag. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 341 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 341 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefixSep'. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'inIncludeMode'. | 343 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| javadoc | JavadocMethod | Expected @param tag for 'var'. | 319 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 354 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 355 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 481 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 489 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 497 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 513 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 521 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 23 (max allowed is 5) classes [ArchiveState, BuildException, ByteArrayInputStream, ByteArrayOutputStream, Comparator, File, FileInputStream, FileSet, IOException, InputStreamReader, Manifest, OutputStreamWriter, Path, PrintWriter, Resource, ResourceCollection, StrictMode, StringTokenizer, Vector, ZipExtraField, ZipFile, ZipOutputStream, org.apache.tools.zip.ZipFile]. | 67 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 37 (max allowed is 10). | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'jarFile'. | 334 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 334 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| javadoc | JavadocMethod | Expected @param tag for 'zOut'. | 462 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 462 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 486 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 496 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 516 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 573 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 652 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 662 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 664 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 705 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 725 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 859 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 963 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1022 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1045 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1071 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1096 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1096 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1097 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 26 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.ExitStatusException' import. Should be before 'org.apache.tools.ant.Task'. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.ExitStatusException' import. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Assertions' import. Should be before 'org.apache.tools.ant.types.Reference'. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Assertions' import. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Permissions' import. Should be before 'org.apache.tools.ant.types.Reference'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.RedirectorElement' import. Should be before 'org.apache.tools.ant.types.Reference'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.condition.Os' import. Should be before 'org.apache.tools.ant.types.Reference'. | 40 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.condition.Os' import. | 40 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 5) classes [BuildException, CommandlineJava, Environment, Execute, ExecuteJava, ExecuteWatchdog, ExitStatusException, KeepAliveInputStream, Permissions, PrintWriter, Redirector, StringWriter]. | 52 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 26 (max allowed is 10). | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| design | VisibilityModifier | Variable 'redirector' must be private and have accessor methods. | 69 | |
| design | VisibilityModifier | Variable 'redirectorElement' must be private and have accessor methods. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 348 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 384 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 416 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 436 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 511 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 552 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 565 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 575 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 583 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 668 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 701 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 716 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 731 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 762 | |
| javadoc | JavadocMethod | Expected @return tag. | 785 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 785 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 785 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 806 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 806 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 823 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 835 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 868 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 887 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 899 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BuildException, FacadeTaskHelper, File, FileOutputStream, GlobPatternMapper, ImplementationSpecificArgument, Path, SourceFileScanner]. | 78 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| design | VisibilityModifier | Variable 'failOnError' must be private and have accessor methods. | 121 | |
| design | VisibilityModifier | Variable 'listFiles' must be private and have accessor methods. | 122 | |
| design | VisibilityModifier | Variable 'compileList' must be private and have accessor methods. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 493 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 501 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 512 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 520 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 528 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 536 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 612 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 620 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 675 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 685 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 709 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 749 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 750 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 753 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 756 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 758 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 772 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 772 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 772 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 787 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 834 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 845 | |
| javadoc | JavadocMethod | Expected @return tag. | 883 | |
| javadoc | JavadocMethod | Expected @param tag for 'adapter'. | 891 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 906 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 920 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 930 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 959 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 961 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 982 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 982 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 983 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 988 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1024 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1041 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1050 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1068 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1069 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1095 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1217 | |
| javadoc | JavadocMethod | Expected @param tag for 'dest'. | 1227 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 1227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 31 (max allowed is 5) classes [BufferedReader, BufferedWriter, BuildException, Commandline, DirSet, DirectoryScanner, DocletInfo, Execute, File, FileInputStream, FileNotFoundException, FileOutputStream, FileReader, FileWriter, FilenameFilter, GroupArgument, Html, InputStreamReader, JavadocOutputStream, LinkArgument, OutputStreamWriter, PackageName, Path, PatternSet, PumpStreamHandler, ResourceCollectionContainer, SourceFile, StringTokenizer, TagArgument, URL, Vector]. | 86 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 45 (max allowed is 10). | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 352 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 365 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 410 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 422 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 422 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 452 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 453 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 466 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 468 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 470 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 471 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 514 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 578 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 581 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 605 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 608 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 633 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 636 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 720 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 865 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 894 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 906 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 954 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 963 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 983 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1003 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1023 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1044 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1047 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1069 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1077 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1331 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1364 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1376 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1440 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1483 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1500 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1508 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1511 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1529 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1546 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1579 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1589 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1656 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 1675 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1685 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 1685 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 1693 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1831 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1839 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1841 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1847 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1849 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1855 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1864 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1871 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1912 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1946 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1953 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1960 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1986 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1998 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2008 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2081 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2097 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2283 | |
| javadoc | JavadocMethod | Expected @param tag for 'sf'. | 2332 | |
| javadoc | JavadocMethod | Expected @param tag for 'pn'. | 2365 | |
| javadoc | JavadocMethod | Expected @param tag for 'sp'. | 2365 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2381 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2430 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2431 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2447 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2467 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2476 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2502 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2511 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2511 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2512 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2517 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2530 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2546 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2546 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2546 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2551 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2551 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2551 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2551 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2562 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2571 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2573 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2573 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2597 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2604 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2614 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2614 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'jop' must be private and have accessor methods. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| design | VisibilityModifier | Variable 'command' must be private and have accessor methods. | 47 | |
| design | VisibilityModifier | Variable 'project' must be private and have accessor methods. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Project' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.Project' should be separated from previous imports. | 25 | |
| design | VisibilityModifier | Variable 'task' must be private and have accessor methods. | 42 | |
| design | VisibilityModifier | Variable 'errorFlag' must be private and have accessor methods. | 43 | |
| design | VisibilityModifier | Variable 'errors' must be private and have accessor methods. | 44 | |
| design | VisibilityModifier | Variable 'warnings' must be private and have accessor methods. | 45 | |
| design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 46 | |
| design | VisibilityModifier | Variable 'emacsMode' must be private and have accessor methods. | 47 | |
| design | VisibilityModifier | Variable 'br' must be private and have accessor methods. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 29 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 29 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BufferedReader, BufferedWriter, FileReader, FileWriter, Hashtable, StringTokenizer]. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| misc | UncommentedMain | Uncommented main method found. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 147 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.OutputStream' import. Should be before 'java.io.PrintStream'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.OutputStream' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.Task'. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Project' import. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Task'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Comparison' import. Should be before 'org.apache.tools.ant.types.Resource'. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Comparison' import. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.EnumeratedAttribute' import. Should be before 'org.apache.tools.ant.types.ResourceCollection'. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.EnumeratedAttribute' import. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.FileResource' import. Should be before 'org.apache.tools.ant.types.resources.Resources'. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.FileResource' import. | 35 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [AccumHandler, AllHandler, BuildException, EachHandler, FileResource, LogOutputStream, PrintStream, PropertyOutputStream, Resources]. | 44 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 315 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.resources.FileResource' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.resources.FileResource' should be separated from previous imports. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Project' should be separated from previous import group by one line. | 28 | |
| imports | ImportOrder | 'org.apache.tools.ant.Project' should be separated from previous imports. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FilterChain' import. Should be before 'org.apache.tools.ant.types.ResourceCollection'. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.FilterChain' import. | 36 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 10 (max allowed is 5) classes [BufferedInputStream, BuildException, ByteArrayInputStream, ChainReaderHelper, FileResource, InputStreamReader, JavaResource, Properties, Property, Vector]. | 48 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 26 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 26 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Locale' import. Should be before 'java.util.Map'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'java.util.Map'. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 330 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 331 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 339 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 367 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 375 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 384 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 451 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 454 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 455 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 462 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 473 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 513 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 521 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 528 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 535 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 567 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 576 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 577 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 586 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 599 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 610 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 621 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 843 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.List'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'java.util.Set'. | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'java.util.Set'. | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Hashtable' import. Should be before 'java.util.Set'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Enumeration' import. Should be before 'java.util.Set'. | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Enumeration' import. | 31 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.DirectoryScanner' import. Should be before 'org.apache.tools.ant.Task'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.DirectoryScanner' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FileSet' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.FileSet' import. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Path' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | CustomImportOrder | Import statement for 'java.util.LinkedList' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.LinkedList' import. | 31 | |
| imports | CustomImportOrder | Import statement for 'java.util.ListIterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'org.apache.tools.ant.BuildException'. | 234 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileToConvert'. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 34 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 34 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 10 (max allowed is 5) classes [Attribute, BufferedReader, BuildException, InputStreamReader, LinkedHashMap, ManifestException, PrintWriter, Section, StringWriter, Vector]. | 54 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 380 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 410 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 419 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 428 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 445 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 449 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 470 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 514 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 523 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 538 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 584 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 599 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 621 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 621 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 634 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 635 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 648 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 667 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 672 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 699 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 725 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 742 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 785 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 804 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 813 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 853 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 854 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 861 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 900 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 985 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1025 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1045 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1057 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.types.Path'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.launch.Locator' import. Should be before 'org.apache.tools.ant.types.Path'. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [BuildException, FileInputStream, FileOutputStream, IOException, InputStreamReader, Manifest, Mode, OutputStreamWriter, PrintWriter]. | 46 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 201 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.DirectoryScanner' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.DirectoryScanner' should be separated from previous imports. | 24 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 27 (max allowed is 10). | 57 | |
| design | VisibilityModifier | Variable 'fileset' must be private and have accessor methods. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.Task'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Project' import. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Expected @return tag. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'f'. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.DirectoryScanner' import. Should be before 'org.apache.tools.ant.Project'. | 26 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 171 | |
| javadoc | JavadocMethod | Expected @param tag for 'fromFile'. | 210 | |
| javadoc | JavadocMethod | Expected @param tag for 'toFile'. | 210 | |
| javadoc | JavadocMethod | Expected @param tag for 'filtering'. | 210 | |
| javadoc | JavadocMethod | Expected @param tag for 'overwrite'. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'fromFile'. | 237 | |
| javadoc | JavadocMethod | Expected @param tag for 'toFile'. | 237 | |
| javadoc | JavadocMethod | Expected @param tag for 'filtering'. | 237 | |
| javadoc | JavadocMethod | Expected @param tag for 'overwrite'. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Task'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.Task'. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 25 | |
| design | VisibilityModifier | Variable 'zipFile' must be private and have accessor methods. | 41 | |
| design | VisibilityModifier | Variable 'source' must be private and have accessor methods. | 42 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'java.util.Vector'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.Vector'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 23 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildException, ExitStatusException, TaskRunnable, Thread, ThreadGroup, Vector]. | 50 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 454 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.Vector'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.StringTokenizer' import. Should be before 'java.util.Vector'. | 25 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.Task' should be separated from previous import group by one line. | 26 | |
| imports | ImportOrder | 'org.apache.tools.ant.Task' should be separated from previous imports. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.Task'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Project' import. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Task'. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Mapper' import. Should be before 'org.apache.tools.ant.types.Path'. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Mapper' import. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.EnumeratedAttribute' import. Should be before 'org.apache.tools.ant.types.ResourceCollection'. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.EnumeratedAttribute' import. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Resource' import. Should be before 'org.apache.tools.ant.types.ResourceCollection'. | 35 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 10 (max allowed is 5) classes [BuildException, IdentityMapper, MapEntry, Mapper, Path, Resources, StringTokenizer, TargetOs, Union, Vector]. | 48 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 373 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 386 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 416 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 416 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 477 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 478 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildException, File, FileInputStream, Path, Properties, ResolvePropertyMap]. | 77 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 81 | |
| design | VisibilityModifier | Variable 'file' must be private and have accessor methods. | 82 | |
| design | VisibilityModifier | Variable 'url' must be private and have accessor methods. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| design | VisibilityModifier | Variable 'resource' must be private and have accessor methods. | 84 | |
| design | VisibilityModifier | Variable 'classpath' must be private and have accessor methods. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| design | VisibilityModifier | Variable 'env' must be private and have accessor methods. | 86 | |
| design | VisibilityModifier | Variable 'ref' must be private and have accessor methods. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| design | VisibilityModifier | Variable 'prefix' must be private and have accessor methods. | 88 | |
| design | VisibilityModifier | Variable 'userProperty' must be private and have accessor methods. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 300 | |
| javadoc | JavadocMethod | Expected @return tag. | 310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 341 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 373 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 443 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 482 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 485 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 601 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 647 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 672 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 686 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 686 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 696 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 713 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 't'. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildEvent' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildEvent' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildEvent' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildEvent' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 269 | |
| javadoc | JavadocMethod | Expected @return tag. | 306 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 329 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 355 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'java.io.Reader'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.Reader'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.PrintStream' import. Should be before 'java.io.Reader'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.OutputStream' import. Should be before 'java.io.Reader'. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.OutputStream' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedReader' import. Should be before 'java.io.StringReader'. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStreamReader' import. Should be before 'java.io.StringReader'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.PipedOutputStream' import. Should be before 'java.io.StringReader'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.ByteArrayInputStream' import. Should be before 'java.io.StringReader'. | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.ByteArrayOutputStream' import. Should be before 'java.io.StringReader'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Task'. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.ReaderInputStream' import. Should be before 'org.apache.tools.ant.util.TeeOutputStream'. | 44 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.ReaderInputStream' import. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.LeadPipeInputStream' import. Should be before 'org.apache.tools.ant.util.TeeOutputStream'. | 45 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.LeadPipeInputStream' import. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.LazyFileOutputStream' import. Should be before 'org.apache.tools.ant.util.TeeOutputStream'. | 46 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.LazyFileOutputStream' import. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.OutputStreamFunneler' import. Should be before 'org.apache.tools.ant.util.TeeOutputStream'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.ConcatFileInputStream' import. Should be before 'org.apache.tools.ant.util.TeeOutputStream'. | 48 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.ConcatFileInputStream' import. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.KeepAliveOutputStream' import. Should be before 'org.apache.tools.ant.util.TeeOutputStream'. | 49 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 23 (max allowed is 5) classes [BufferedReader, BuildException, ByteArrayInputStream, ChainReaderHelper, ConcatFileInputStream, File, InputStreamReader, KeepAliveOutputStream, LazyFileOutputStream, LeadPipeInputStream, LineOrientedOutputStreamRedirector, LogOutputStream, OutputStreamFunneler, PipedOutputStream, PrintStream, PropertyOutputStream, PumpStreamHandler, ReaderInputStream, StreamPumper, StringReader, TeeOutputStream, Thread, ThreadGroup]. | 57 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 33 (max allowed is 10). | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 347 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 416 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 483 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 537 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 553 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 557 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 707 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 728 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 730 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 788 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 830 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 846 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 861 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1004 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1004 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1012 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'org.apache.tools.ant.BuildException'. | 70 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 36 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 36 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [BuildException, File, FileInput, FileOutput, FileResource, NestedString, Properties, Replacefilter, Union]. | 58 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 512 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 535 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 573 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 578 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 583 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 588 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 635 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 653 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 755 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 821 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 830 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 840 | |
| javadoc | JavadocMethod | Expected @param tag for 'rc'. | 901 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 917 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 926 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 944 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 944 | |
| javadoc | JavadocMethod | Expected @param tag for 'str1'. | 944 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 944 | |
| javadoc | JavadocMethod | Expected @param tag for 'str2'. | 944 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Task'. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Comparison' import. Should be before 'org.apache.tools.ant.types.Reference'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Comparison' import. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous imports. | 24 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BuildException, FacadeTaskHelper, File, FilterSetCollection, ImplementationSpecificArgument, Path, SourceFileScanner, Vector]. | 87 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 365 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 497 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 508 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 529 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 539 | |
| javadoc | JavadocMethod | Expected @param tag for 'ex'. | 539 | |
| javadoc | JavadocMethod | Expected @return tag. | 549 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 549 | |
| javadoc | JavadocMethod | Expected @return tag. | 559 | |
| javadoc | JavadocMethod | Expected @param tag for 'adapter'. | 576 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'org.apache.tools.ant.BuildException'. | 586 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 589 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 622 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 626 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'org.apache.tools.ant.BuildException'. | 696 | |
| javadoc | JavadocMethod | Expected @param tag for 'baseDir'. | 699 | |
| javadoc | JavadocMethod | Expected @param tag for 'sourceBaseFile'. | 699 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 699 | |
| javadoc | JavadocMethod | Expected @param tag for 'classname'. | 699 | |
| javadoc | JavadocMethod | Expected @param tag for 'adapter'. | 700 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 700 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 701 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 703 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 706 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 712 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 733 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 748 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 749 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 761 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 772 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 786 | |
| javadoc | JavadocMethod | Expected @return tag. | 820 | |
| javadoc | JavadocMethod | Expected @param tag for 'testClass'. | 820 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 847 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.EnumeratedAttribute' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.EnumeratedAttribute' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FileSet' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Resource' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.ResourceCollection' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.Appendable' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.FileProvider' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.FileResource' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.Union' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 32 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 34 | |
| imports | CustomImportOrder | Import statement for 'java.io.OutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 35 | |
| imports | CustomImportOrder | Import statement for 'java.io.PrintStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 36 | |
| imports | CustomImportOrder | Import statement for 'java.io.BufferedOutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedOutputStream' import. | 37 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileOutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 38 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 39 | |
| imports | CustomImportOrder | Import statement for 'java.io.Reader' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 40 | |
| imports | CustomImportOrder | Import statement for 'java.io.BufferedReader' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 41 | |
| imports | CustomImportOrder | Import statement for 'java.io.StringReader' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 42 | |
| imports | CustomImportOrder | Import statement for 'java.io.InputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 43 | |
| imports | CustomImportOrder | Import statement for 'java.io.InputStreamReader' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 44 | |
| imports | CustomImportOrder | Import statement for 'java.util.Enumeration' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 45 | |
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 46 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 46 | |
| imports | CustomImportOrder | Import statement for 'java.util.Locale' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 47 | |
| imports | CustomImportOrder | Import statement for 'java.util.StringTokenizer' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 48 | |
| imports | CustomImportOrder | Import statement for 'java.util.Vector' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 49 | |
| imports | ImportOrder | Extra separation in import group before 'java.sql.Blob' | 51 | |
| imports | CustomImportOrder | Import statement for 'java.sql.Blob' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 51 | |
| imports | ImportOrder | Wrong order for 'java.sql.Blob' import. | 51 | |
| imports | CustomImportOrder | Import statement for 'java.sql.Connection' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 52 | |
| imports | CustomImportOrder | Import statement for 'java.sql.Statement' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 53 | |
| imports | CustomImportOrder | Import statement for 'java.sql.SQLException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 54 | |
| imports | ImportOrder | Wrong order for 'java.sql.SQLException' import. | 54 | |
| imports | CustomImportOrder | Import statement for 'java.sql.SQLWarning' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 55 | |
| imports | CustomImportOrder | Import statement for 'java.sql.ResultSet' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 56 | |
| imports | ImportOrder | Wrong order for 'java.sql.ResultSet' import. | 56 | |
| imports | CustomImportOrder | Import statement for 'java.sql.ResultSetMetaData' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 57 | |
| imports | CustomImportOrder | Import statement for 'java.sql.Types' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 58 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [BufferedOutputStream, BufferedReader, BuildException, FileOutputStream, FileResource, PrintStream, StreamPumper, StringTokenizer, Transaction, Union, Vector]. | 86 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 30 (max allowed is 10). | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 443 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 502 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 510 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 518 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 529 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 529 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 551 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 551 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 566 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 577 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 586 | |
| javadoc | JavadocMethod | Expected @param tag for 'rowCountProperty'. | 586 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 596 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 727 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 747 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 780 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 901 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 913 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 913 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 913 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 937 | |
| javadoc | JavadocMethod | Expected @return tag. | 959 | |
| javadoc | JavadocMethod | Expected @return tag. | 978 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SQLException'. | 978 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 993 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 1004 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1006 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1036 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 1058 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 1059 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SQLException'. | 1059 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1083 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1083 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1094 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.property.LocalProperties' | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Iterator. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.FileNameMapper' import. Should be before 'org.apache.tools.ant.util.IdentityMapper'. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.FileNameMapper' import. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| design | VisibilityModifier | Variable 'sigfile' must be private and have accessor methods. | 59 | |
| design | VisibilityModifier | Variable 'signedjar' must be private and have accessor methods. | 64 | |
| design | VisibilityModifier | Variable 'internalsf' must be private and have accessor methods. | 69 | |
| design | VisibilityModifier | Variable 'sectionsonly' must be private and have accessor methods. | 74 | |
| design | VisibilityModifier | Variable 'lazy' must be private and have accessor methods. | 85 | |
| design | VisibilityModifier | Variable 'destDir' must be private and have accessor methods. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| design | VisibilityModifier | Variable 'tsaurl' must be private and have accessor methods. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| design | VisibilityModifier | Variable 'tsacert' must be private and have accessor methods. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 267 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 275 | |
| javadoc | JavadocMethod | Expected @return tag. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| javadoc | JavadocMethod | Expected @return tag. | 300 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 300 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| javadoc | JavadocMethod | Expected @return tag. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 397 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 421 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 440 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.util.FileUtils' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.util.FileUtils' should be separated from previous imports. | 23 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.Vector' | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Enumeration' import. Should be before 'java.util.Vector'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Enumeration' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.Task'. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Project' import. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Task'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.types.Path' | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.DirSet' import. Should be before 'org.apache.tools.ant.types.Path'. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.DirSet' import. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FileSet' import. Should be before 'org.apache.tools.ant.types.Path'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FileList' import. Should be before 'org.apache.tools.ant.types.Path'. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.FileList' import. | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.taskdefs.Ant.TargetElement' | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.Ant.TargetElement' import. Should be before 'org.apache.tools.ant.types.ResourceCollection'. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.Ant.TargetElement' import. | 39 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 19 (max allowed is 10). | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 225 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 314 | |
| javadoc | JavadocMethod | Expected @return tag. | 327 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 347 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 381 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.Enumeration' | 23 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [BuildException, DirectoryScanner, Exists, File, LinkedHashSet, MyCopy, NoneSelector, Resources, Restrict]. | 60 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Unused @param tag for 'file'. | 179 | |
| javadoc | JavadocMethod | Expected @param tag for 'toDir'. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 330 | |
| javadoc | JavadocMethod | Expected @return tag. | 447 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 468 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 469 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 558 | |
| javadoc | JavadocMethod | Expected @return tag. | 568 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 572 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 595 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 595 | |
| javadoc | JavadocMethod | Expected @param tag for 'condition'. | 595 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 33 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.TarResource' import. Should be before 'org.apache.tools.ant.types.selectors.SelectorUtils'. | 45 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.TarResource' import. | 45 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 13 (max allowed is 5) classes [BufferedOutputStream, BuildException, File, FileOutputStream, FileResource, MergingMapper, SourceFileScanner, TarCompressionMethod, TarEntry, TarFileSet, TarLongFileMode, TarOutputStream, Vector]. | 62 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 25 (max allowed is 10). | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| design | VisibilityModifier | Variable 'tarFile' must be private and have accessor methods. | 97 | |
| design | VisibilityModifier | Variable 'baseDir' must be private and have accessor methods. | 98 | |
| design | VisibilityModifier | Variable 'filesets' must be private and have accessor methods. | 103 | |
| design | VisibilityModifier | Variable 'fileSetFiles' must be private and have accessor methods. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 339 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 377 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 386 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 506 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 517 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 598 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 622 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 665 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 668 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 701 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 703 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 704 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 705 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 768 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 796 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 810 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 846 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 854 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 867 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 924 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 928 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 932 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 947 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 961 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Task' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.Task' should be separated from previous imports. | 23 | |
| javadoc | JavadocMethod | Expected @param tag for 'task'. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'msgOutputLevel'. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Iterator. | 26 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 29 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FileSet' import. Should be before 'org.apache.tools.ant.types.Mapper'. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.FileSet' import. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FileList' import. Should be before 'org.apache.tools.ant.types.Mapper'. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.FileList' import. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.FileNameMapper' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 43 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.FileNameMapper' import. | 43 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildException, DateFormatFactory, FileResource, SimpleDateFormat, Union, Vector]. | 55 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 20 (max allowed is 10). | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 340 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 350 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Iterator. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 32 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 107 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 291 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 336 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group by one line. | 22 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| design | VisibilityModifier | Variable 'source' must be private and have accessor methods. | 38 | |
| design | VisibilityModifier | Variable 'dest' must be private and have accessor methods. | 39 | |
| design | VisibilityModifier | Variable 'srcResource' must be private and have accessor methods. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'dir'. | 154 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FileSet' import. Should be before 'org.apache.tools.ant.types.Resource'. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.FileSet' import. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Mapper' import. Should be before 'org.apache.tools.ant.types.resources.Union'. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Mapper' import. | 32 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildException, Mapper, MergingMapper, SourceFileScanner, Union, Vector]. | 47 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| design | VisibilityModifier | Variable 'mapperElement' must be private and have accessor methods. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Expected @return tag. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FilterChain' import. Should be before 'org.apache.tools.ant.types.RedirectorElement'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.FilterChain' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Path' import. Should be before 'org.apache.tools.ant.types.RedirectorElement'. | 26 | |
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 30 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 30 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 31 | |
| imports | CustomImportOrder | Import statement for 'java.io.Reader' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 32 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Task' import. Should be before 'org.apache.tools.ant.types.Reference'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Task' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.types.Reference'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.types.Reference'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.AntClassLoader' import. Should be before 'org.apache.tools.ant.types.Reference'. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntClassLoader' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'java.net.URL' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | ImportOrder | Wrong order for 'java.net.URL' import. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'javax.xml.namespace.QName' should be separated from previous imports. | 28 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous import group by one line. | 35 | |
| imports | ImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous imports. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.FileProvider' import. Should be before 'org.apache.tools.ant.types.resources.Union'. | 53 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.FileProvider' import. | 53 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 16 (max allowed is 5) classes [BuildException, CommandlineJava.SysProperties, Factory, File, FileResource, Mapper, OutputProperty, Param, Path, StyleMapper, TraceConfiguration, Union, Vector, XMLCatalog, XPathVariableResolver, org.apache.tools.ant.taskdefs.optional.TraXLiaison]. | 68 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 39 (max allowed is 10). | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 347 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 515 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 555 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 587 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 598 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 607 | |
| javadoc | JavadocMethod | Expected @return tag. | 616 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 625 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 634 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 643 | |
| javadoc | JavadocMethod | Expected @param tag for 'sysp'. | 652 | |
| javadoc | JavadocMethod | Expected @param tag for 'sysp'. | 661 | |
| javadoc | JavadocMethod | Expected @return tag. | 674 | |
| javadoc | JavadocMethod | Expected @return tag. | 688 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 700 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 719 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 782 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 805 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 826 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 844 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 881 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 944 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 950 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 975 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 978 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 984 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1004 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1014 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1022 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 1022 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1032 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1046 | |
| javadoc | JavadocMethod | Expected @return tag. | 1057 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1057 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1078 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1099 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1217 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1411 | |
| javadoc | JavadocMethod | Expected @param tag for 'msg'. | 1411 | |
| javadoc | JavadocMethod | Expected @param tag for 'ex'. | 1426 | |
| javadoc | JavadocMethod | Expected @param tag for 'ex'. | 1441 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1457 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1467 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1475 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1506 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1514 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1531 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1542 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1542 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1577 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1577 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1579 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1579 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1581 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1581 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1581 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 1602 | |
| javadoc | JavadocMethod | Expected @return tag. | 1610 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 1618 | |
| javadoc | JavadocMethod | Expected @return tag. | 1626 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 1634 | |
| javadoc | JavadocMethod | Expected @return tag. | 1642 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 1650 | |
| javadoc | JavadocMethod | Expected @return tag. | 1658 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 1666 | |
| javadoc | JavadocMethod | Expected @return tag. | 1674 | |
| javadoc | JavadocMethod | Expected @return tag. | 1681 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'javax.xml.parsers.DocumentBuilderFactory' should be separated from previous imports. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.parsers.DocumentBuilder' import. Should be before 'javax.xml.parsers.DocumentBuilderFactory'. | 24 | |
| imports | ImportOrder | Wrong order for 'javax.xml.parsers.DocumentBuilder' import. | 24 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 26 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.xml.sax.EntityResolver' import. Should be before 'org.xml.sax.SAXException'. | 41 | |
| imports | ImportOrder | Wrong order for 'org.xml.sax.EntityResolver' import. | 41 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 10). | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for 'node'. | 291 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 291 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 291 | |
| javadoc | JavadocMethod | Expected @param tag for 'container'. | 291 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 365 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 407 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 464 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 464 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 464 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 464 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 464 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 464 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 465 | |
| javadoc | JavadocMethod | Expected @return tag. | 501 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 501 | |
| javadoc | JavadocMethod | Expected @param tag for 'attributeNode'. | 501 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 502 | |
| javadoc | JavadocMethod | Expected @return tag. | 522 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 522 | |
| javadoc | JavadocMethod | Expected @param tag for 'attributeName'. | 522 | |
| javadoc | JavadocMethod | Expected @return tag. | 543 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 543 | |
| javadoc | JavadocMethod | Expected @param tag for 'attributeNode'. | 543 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 544 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 546 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 601 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 692 | |
| javadoc | JavadocMethod | Expected @return tag. | 742 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 742 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileName'. | 742 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 766 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 775 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 28 (max allowed is 5) classes [ArchiveState, BuildException, ByteArrayInputStream, ByteArrayOutputStream, CRC32, Comparator, File, FileInputStream, FileOutputStream, FileResource, FileSet, GlobPatternMapper, Hashtable, IdentityMapper, MergingMapper, Resource, ResourceCollection, ResourceSelector, ResourceUtils.ResourceSelectorProvider, Stack, ThreadLocal, Union, Vector, ZipEntry, ZipFile, ZipFileSet, ZipOutputStream, ZipScanner]. | 79 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 46 (max allowed is 10). | 79 | |
| design | VisibilityModifier | Variable 'zipFile' must be private and have accessor methods. | 84 | |
| design | VisibilityModifier | Variable 'entries' must be private and have accessor methods. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| design | VisibilityModifier | Variable 'duplicate' must be private and have accessor methods. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| design | VisibilityModifier | Variable 'archiveType' must be private and have accessor methods. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| design | VisibilityModifier | Variable 'emptyBehavior' must be private and have accessor methods. | 101 | |
| design | VisibilityModifier | Variable 'addedDirs' must be private and have accessor methods. | 103 | |
| design | VisibilityModifier | Variable 'doubleFilePass' must be private and have accessor methods. | 130 | |
| design | VisibilityModifier | Variable 'skipWriting' must be private and have accessor methods. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 386 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 422 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 443 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 453 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 498 | |
| javadoc | JavadocMethod | Expected @return tag. | 506 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 514 | |
| javadoc | JavadocMethod | Expected @return tag. | 522 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 530 | |
| javadoc | JavadocMethod | Expected @return tag. | 538 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 550 | |
| javadoc | JavadocMethod | Expected @return tag. | 560 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 568 | |
| javadoc | JavadocMethod | Expected @return tag. | 576 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 665 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 711 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 718 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 749 | |
| javadoc | JavadocMethod | Expected @return tag. | 774 | |
| javadoc | JavadocMethod | Expected @param tag for 'zOut'. | 794 | |
| javadoc | JavadocMethod | Expected @param tag for 'success'. | 794 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 795 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 860 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 899 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 900 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 944 | |
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 998 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 998 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 998 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 998 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 998 | |
| javadoc | JavadocMethod | Expected @param tag for 'base'. | 999 | |
| javadoc | JavadocMethod | Expected @param tag for 'zOut'. | 999 | |
| javadoc | JavadocMethod | Expected @param tag for 'defaultDirMode'. | 1000 | |
| javadoc | JavadocMethod | Expected @param tag for 'thisDirMode'. | 1000 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 1001 | |
| javadoc | JavadocMethod | Expected @return tag. | 1021 | |
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 1021 | |
| javadoc | JavadocMethod | Expected @param tag for 'zf'. | 1021 | |
| javadoc | JavadocMethod | Expected @param tag for 'defaultMode'. | 1021 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 1022 | |
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 1041 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1041 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 1041 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1041 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 1041 | |
| javadoc | JavadocMethod | Expected @param tag for 'zOut'. | 1042 | |
| javadoc | JavadocMethod | Expected @param tag for 'mode'. | 1042 | |
| javadoc | JavadocMethod | Expected @param tag for 'zf'. | 1043 | |
| javadoc | JavadocMethod | Expected @param tag for 'fromArchive'. | 1043 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 1044 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1098 | |
| javadoc | JavadocMethod | Expected @return tag. | 1197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1426 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1541 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1588 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1595 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1653 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1669 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1686 | |
| javadoc | JavadocMethod | Expected @return tag. | 1741 | |
| javadoc | JavadocMethod | Expected @param tag for 'extra'. | 1750 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1769 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1876 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1901 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1930 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1931 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1939 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1947 | |
| javadoc | JavadocMethod | Expected @param tag for 'selector'. | 2072 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2096 | |
| javadoc | JavadocMethod | Expected @param tag for 'msg'. | 2096 | |
| javadoc | JavadocMethod | Expected @param tag for 'level'. | 2096 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2261 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.lang.reflect.Method' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.util.Enumeration' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.util.Vector' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BuildException, Gcj, Javac13, JavacExternal, Jikes, Jvc, Kjc, Sj]. | 33 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Expected @return tag. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 28 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.JavaEnvUtils' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.JavaEnvUtils' import. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.condition.Os' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.condition.Os' import. | 39 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BufferedWriter, BuildException, Commandline, Execute, FileWriter, LogStreamHandler, Path]. | 47 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 47 | |
| design | VisibilityModifier | Variable 'src' must be private and have accessor methods. | 63 | |
| design | VisibilityModifier | Variable 'destDir' must be private and have accessor methods. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| design | VisibilityModifier | Variable 'encoding' must be private and have accessor methods. | 65 | |
| design | VisibilityModifier | Variable 'debug' must be private and have accessor methods. | 66 | |
| design | VisibilityModifier | Variable 'optimize' must be private and have accessor methods. | 67 | |
| design | VisibilityModifier | Variable 'deprecation' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'depend' must be private and have accessor methods. | 69 | |
| design | VisibilityModifier | Variable 'verbose' must be private and have accessor methods. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| design | VisibilityModifier | Variable 'target' must be private and have accessor methods. | 71 | |
| design | VisibilityModifier | Variable 'bootclasspath' must be private and have accessor methods. | 72 | |
| design | VisibilityModifier | Variable 'extdirs' must be private and have accessor methods. | 73 | |
| design | VisibilityModifier | Variable 'compileClasspath' must be private and have accessor methods. | 74 | |
| design | VisibilityModifier | Variable 'compileSourcepath' must be private and have accessor methods. | 75 | |
| design | VisibilityModifier | Variable 'project' must be private and have accessor methods. | 76 | |
| design | VisibilityModifier | Variable 'location' must be private and have accessor methods. | 77 | |
| design | VisibilityModifier | Variable 'includeAntRuntime' must be private and have accessor methods. | 78 | |
| design | VisibilityModifier | Variable 'includeJavaRuntime' must be private and have accessor methods. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| design | VisibilityModifier | Variable 'memoryInitialSize' must be private and have accessor methods. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| design | VisibilityModifier | Variable 'memoryMaximumSize' must be private and have accessor methods. | 81 | |
| design | VisibilityModifier | Variable 'compileList' must be private and have accessor methods. | 83 | |
| design | VisibilityModifier | Variable 'attributes' must be private and have accessor methods. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| javadoc | JavadocMethod | Expected @return tag. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 297 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 407 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 449 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 451 | |
| javadoc | JavadocMethod | Expected @return tag. | 621 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 621 | |
| javadoc | JavadocMethod | Expected @param tag for 'javacXY'. | 621 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 621 | |
| javadoc | JavadocMethod | Expected @param tag for 'javaEnvVersionXY'. | 621 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 656 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 660 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 661 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 661 | |
| javadoc | JavadocMethod | Expected @return tag. | 682 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 682 | |
| javadoc | JavadocMethod | Expected @return tag. | 704 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 704 | |
| javadoc | JavadocMethod | Expected @return tag. | 725 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 725 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 725 | |
| javadoc | JavadocMethod | Expected @param tag for 'source'. | 725 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.FileUtils' import. Should be before 'org.apache.tools.ant.util.JavaEnvUtils'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.FileUtils' import. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.LogOutputStream' import. Should be before 'org.apache.tools.ant.util.JavaEnvUtils'. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.LogOutputStream' import. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Commandline' import. Should be before 'org.apache.tools.ant.util.JavaEnvUtils'. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'java.io.IOException'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.condition.Os' import. Should be before 'org.apache.tools.ant.types.Commandline'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.condition.Os' import. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.FileUtils' import. Should be before 'org.apache.tools.ant.util.JavaEnvUtils'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.FileUtils' import. | 29 | |
| javadoc | JavadocMethod | Expected @return tag. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'firstFileName'. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.ProjectComponent' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.ProjectComponent' should be separated from previous imports. | 23 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 20 (max allowed is 10). | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.AntClassLoader' import. Should be before 'org.apache.tools.ant.types.Reference'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntClassLoader' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.types.Reference'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.ProjectComponent' import. Should be before 'org.apache.tools.ant.types.Reference'. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.lang.reflect.Method' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Method' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'java.lang.reflect.Field' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Field' import. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Expected @return tag. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Expected @param tag for 'classname'. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.HttpURLConnection' import. Should be before 'java.util.Locale'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.net.HttpURLConnection' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.MalformedURLException' import. Should be before 'java.util.Locale'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URL' import. Should be before 'java.util.Locale'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URLConnection' import. Should be before 'java.util.Locale'. | 25 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 26 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 21 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.selectors.FileSelector' should be separated from previous imports. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.FileSelector' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.AbstractSelectorContainer' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.AbstractSelectorContainer' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.lang.reflect.InvocationTargetException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.InvocationTargetException' import. | 25 | |
| imports | CustomImportOrder | Import statement for 'java.lang.reflect.Method' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | CustomImportOrder | Import statement for 'java.net.InetAddress' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.net.MalformedURLException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.net.URL' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.net.UnknownHostException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'org.apache.tools.ant.BuildException'. | 139 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.xml.sax.SAXNotRecognizedException' | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 36 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.AntTypeDefinition' import. Should be before 'org.apache.tools.ant.ProjectHelper'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntTypeDefinition' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.ProjectHelper'. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.Enumeration' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.Enumeration' import. | 22 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'org.apache.tools.ant.BuildException'. | 34 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.Date'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 23 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.taskdefs.AbstractCvsTask' should be separated from previous import group by one line. | 31 | |
| imports | ImportOrder | 'org.apache.tools.ant.taskdefs.AbstractCvsTask' should be separated from previous imports. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 32 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 32 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 15 (max allowed is 5) classes [BuildException, CVSEntry, ChangeLogParser, ChangeLogWriter, CvsVersion, Date, FileInputStream, FileOutputStream, IOException, OutputStreamWriter, PrintWriter, Properties, RedirectingStreamHandler, SimpleDateFormat, Vector]. | 79 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'remote'. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 324 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 364 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 371 | |
| javadoc | JavadocMethod | Expected @param tag for 'userList'. | 445 | |
| javadoc | JavadocMethod | Expected @param tag for 'entrySet'. | 446 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 29 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 36 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.List'. | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.CollectionUtils' import. Should be before 'org.apache.tools.ant.util.DOMUtils'. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.CollectionUtils' import. | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 42 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [BufferedReader, BuildException, CvsTagEntry, DOMElementWriter, FileOutputStream, FileReader, IOException, OutputStreamWriter, PrintWriter, StringTokenizer, Vector]. | 76 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 377 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 379 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 401 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 476 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 532 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 556 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 556 | |
| javadoc | JavadocMethod | Expected @param tag for 'line'. | 556 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 557 | |
| javadoc | JavadocMethod | Expected @param tag for 'packagePrefixes'. | 557 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefixLengths'. | 558 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.ByteArrayOutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayOutputStream' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.util.StringTokenizer' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Expected @return tag. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 119 | |
| javadoc | JavadocMethod | Expected @param tag for 'trimAngleBrackets'. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Iterator. | 21 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [BuildException, EmailAddress, FileResource, Header, Message, Path, PlainMailer, StringTokenizer, Vector]. | 43 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 340 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 431 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 588 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 598 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 598 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 610 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 620 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 630 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| design | VisibilityModifier | Variable 'host' must be private and have accessor methods. | 33 | |
| design | VisibilityModifier | Variable 'port' must be private and have accessor methods. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| design | VisibilityModifier | Variable 'user' must be private and have accessor methods. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| design | VisibilityModifier | Variable 'password' must be private and have accessor methods. | 36 | |
| design | VisibilityModifier | Variable 'SSL' must be private and have accessor methods. | 38 | |
| design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 40 | |
| design | VisibilityModifier | Variable 'from' must be private and have accessor methods. | 41 | |
| design | VisibilityModifier | Variable 'replyToList' must be private and have accessor methods. | 42 | |
| design | VisibilityModifier | Variable 'toList' must be private and have accessor methods. | 43 | |
| design | VisibilityModifier | Variable 'ccList' must be private and have accessor methods. | 44 | |
| design | VisibilityModifier | Variable 'bccList' must be private and have accessor methods. | 45 | |
| design | VisibilityModifier | Variable 'files' must be private and have accessor methods. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| design | VisibilityModifier | Variable 'subject' must be private and have accessor methods. | 47 | |
| design | VisibilityModifier | Variable 'task' must be private and have accessor methods. | 48 | |
| design | VisibilityModifier | Variable 'includeFileNames' must be private and have accessor methods. | 49 | |
| design | VisibilityModifier | Variable 'headers' must be private and have accessor methods. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'explicit'. | 78 | |
| javadoc | JavadocMethod | Expected @return tag. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 251 | |
| javadoc | JavadocMethod | Expected @return tag. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BufferedReader, BufferedWriter, FileInputStream, FileReader, InputStreamReader, OutputStreamWriter]. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStream'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.OutputStream' import. Should be before 'java.io.PrintStream'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.OutputStream' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.ByteArrayInputStream' import. Should be before 'java.io.PrintStream'. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.ByteArrayOutputStream' import. Should be before 'java.io.PrintStream'. | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Enumeration' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.security.Provider' | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.security.Provider' import. Should be before 'java.util.Vector'. | 36 | |
| imports | ImportOrder | Wrong order for 'java.security.Provider' import. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.security.Security' import. Should be before 'java.util.Vector'. | 37 | |
| imports | ImportOrder | Extra separation in import group before 'javax.mail.Authenticator' | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.mail.Address' import. Should be before 'javax.mail.Authenticator'. | 43 | |
| imports | ImportOrder | Wrong order for 'javax.mail.Address' import. | 43 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 13 (max allowed is 5) classes [Address, BuildException, DataHandler, FileDataSource, InternetAddress, MimeBodyPart, MimeMessage, MimeMultipart, PrintStream, Properties, SimpleAuthenticator, StringDataSource, StringTokenizer]. | 64 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 28 (max allowed is 10). | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 324 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 26 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.MagicNames.ANT_SHELL_LAUNCHER_REF_ID' is in the wrong order. Should be in the 'STATIC' group, expecting group 'SPECIAL_IMPORTS' on this line. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.MagicNames.ANT_SHELL_LAUNCHER_REF_ID. | 23 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.MagicNames.ANT_VM_LAUNCHER_REF_ID' is in the wrong order. Should be in the 'STATIC' group, expecting group 'SPECIAL_IMPORTS' on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.MagicNames.ANT_VM_LAUNCHER_REF_ID. | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.Project' | 26 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [IOException, Java13CommandLauncher, MacCommandLauncher, OS2CommandLauncher, PerlScriptCommandLauncher, ScriptCommandLauncher, VmsCommandLauncher, WinNTCommandLauncher]. | 36 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 122 | |
| javadoc | JavadocMethod | Expected @return tag. | 135 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 135 | |
| javadoc | JavadocMethod | Expected @return tag. | 149 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'launcher'. | 200 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'launcher'. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 50 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous import group by one line. | 26 | |
| imports | ImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous imports. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.FileUtils' import. Should be before 'org.apache.tools.ant.util.TeeOutputStream'. | 40 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.FileUtils' import. | 40 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 10 (max allowed is 5) classes [BufferedReader, BuildException, ByteArrayOutputStream, CommandlineJava, Execute, File, FileReader, LogOutputStream, PumpStreamHandler, TeeOutputStream]. | 46 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 373 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 383 | |
| javadoc | JavadocMethod | Expected @return tag. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 394 | |
| javadoc | JavadocMethod | Expected @param tag for 'command'. | 394 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 394 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 28 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 28 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BufferedWriter, BuildException, ExecTask, FileWriter, LogOutputStream, StreamPumper, Thread, Vector]. | 46 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| design | VisibilityModifier | Variable 'archiveType' must be private and have accessor methods. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 351 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'java.util.Vector'. | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.Vector'. | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Comparator' import. Should be before 'java.util.Vector'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'java.util.Vector'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Set' import. Should be before 'java.util.Vector'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.TreeSet' import. Should be before 'java.util.Vector'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'java.util.Vector'. | 39 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.Vector'. | 40 | |
| imports | ImportOrder | 'javax.xml.parsers.DocumentBuilder' should be separated from previous imports. | 41 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 43 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 43 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 13 (max allowed is 5) classes [BuildException, ByteArrayOutputStream, Comparator, DOMElementWriter, ExceptionInInitializerError, FileInputStream, FileOutputStream, Hashtable, OutputStreamWriter, Properties, PropertySet, Tuple, Vector]. | 88 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 25 (max allowed is 10). | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 298 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 344 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 412 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 428 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 449 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 454 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 510 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 536 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BuildException, ClassArgument, FacadeTaskHelper, ImplementationSpecificArgument, Path, StringTokenizer, Vector]. | 71 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 379 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 406 | |
| javadoc | JavadocMethod | Expected @return tag. | 416 | |
| javadoc | JavadocMethod | Expected @param tag for 'adapter'. | 424 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 496 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BuildException, ExtMapper, FacadeTaskHelper, File, IdentityMapper, ImplementationSpecificArgument, Mapper, SourceFileScanner]. | 41 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Expected @return tag. | 184 | |
| javadoc | JavadocMethod | Expected @param tag for 'adapter'. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'netrexx.lang.Rexx' should be separated from previous imports. | 31 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'netrexx.lang.Rexx'. | 31 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 32 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 13 (max allowed is 5) classes [BufferedReader, BuildException, File, Hashtable, IOException, PrintWriter, Rexx, StringReader, StringTokenizer, StringWriter, TraceAttr, Vector, VerboseAttr]. | 93 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 470 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 502 | |
| javadoc | JavadocMethod | Expected @param tag for 'removeKeepExtension'. | 568 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 579 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 699 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcDir'. | 723 | |
| javadoc | JavadocMethod | Expected @param tag for 'destDir'. | 723 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 723 | |
| javadoc | JavadocMethod | Expected @param tag for 'files'. | 723 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 727 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 770 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 771 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 776 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 796 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 797 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 811 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 814 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 819 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 820 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 829 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 846 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 860 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 871 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 872 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 875 | |
| javadoc | JavadocMethod | Expected @return tag. | 934 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 934 | |
| javadoc | JavadocMethod | Expected @return tag. | 953 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 953 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 983 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1000 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1024 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1034 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 39 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.EnumeratedAttribute' import. Should be before 'org.apache.tools.ant.util.LayoutPreservingProperties'. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.EnumeratedAttribute' import. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.FileUtils' import. Should be before 'org.apache.tools.ant.util.LayoutPreservingProperties'. | 43 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [BufferedInputStream, BuildException, ByteArrayOutputStream, Entry, FileInputStream, FileOutputStream, LayoutPreservingProperties, Properties, Vector]. | 127 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 311 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 339 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 348 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 387 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 420 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 420 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 428 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 467 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 467 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 475 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 518 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 518 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 519 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 521 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 540 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 559 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 559 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 559 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 560 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 616 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 625 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 651 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 660 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 678 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 679 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 680 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 681 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 682 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 683 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 684 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 685 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 687 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 711 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 717 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 32 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStreamReader'. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'java.io.InputStreamReader'. | 27 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 32 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 33 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 33 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 10 (max allowed is 5) classes [BufferedReader, BufferedWriter, BuildException, FileInputStream, FileOutputStream, InputStreamReader, OutputStreamWriter, RegularExpression, Substitution, Union]. | 118 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 10). | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| javadoc | JavadocMethod | Expected @param tag for 'rc'. | 268 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 315 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 331 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 506 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 519 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 524 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 524 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 526 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Enumeration. | 26 | |
| imports | UnusedImports | Unused import - java.util.Vector. | 28 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 29 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.Execute' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.Execute' import. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.ExecuteStreamHandler' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.LogOutputStream' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.LogStreamHandler' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.PumpStreamHandler' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 37 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.condition.Os' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 38 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Commandline' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Path' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 40 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [BufferedOutputStream, BuildException, Commandline, Execute, File, FileOutputStream, LogOutputStream, LogStreamHandler, Path, PrintStream, PumpStreamHandler]. | 46 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 319 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.xml.sax.SAXNotRecognizedException' import. Should be before 'org.xml.sax.XMLReader'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.xml.sax.SAXNotRecognizedException' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.xml.sax.SAXNotSupportedException' import. Should be before 'org.xml.sax.XMLReader'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.xml.sax.SAXException' import. Should be before 'org.xml.sax.XMLReader'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.xml.sax.SAXException' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'javax.xml.parsers.SAXParserFactory' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | ImportOrder | Wrong order for 'javax.xml.parsers.SAXParserFactory' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'javax.xml.parsers.SAXParser' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | ImportOrder | Wrong order for 'javax.xml.parsers.SAXParser' import. | 30 | |
| imports | CustomImportOrder | Import statement for 'javax.xml.parsers.ParserConfigurationException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 31 | |
| imports | ImportOrder | Wrong order for 'javax.xml.parsers.ParserConfigurationException' import. | 31 | |
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 32 | |
| imports | CustomImportOrder | Import statement for 'java.util.HashMap' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 33 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 34 | |
| imports | CustomImportOrder | Import statement for 'java.net.MalformedURLException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 35 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 368 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 410 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 420 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 442 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 466 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 519 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Path' import. Should be before 'org.apache.tools.ant.util.ScriptRunnerHelper'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Path' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Reference' import. Should be before 'org.apache.tools.ant.util.ScriptRunnerHelper'. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Enumeration' import. Should be before 'java.util.Vector'. | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Enumeration' import. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URL' import. Should be before 'java.util.Vector'. | 33 | |
| imports | ImportOrder | Wrong order for 'java.net.URL' import. | 33 | |
| imports | ImportOrder | 'javax.xml.parsers.ParserConfigurationException' should be separated from previous imports. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.xml.transform.TransformerConfigurationException' import. Should be before 'javax.xml.transform.stream.StreamSource'. | 47 | |
| imports | ImportOrder | Wrong order for 'javax.xml.transform.TransformerConfigurationException' import. | 47 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 48 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Resource' import. Should be before 'org.apache.tools.ant.types.XMLCatalog'. | 55 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Resource' import. | 55 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 5) classes [BufferedInputStream, BufferedOutputStream, BuildException, FileInputStream, FileOutputStream, FileResource, Hashtable, InputSource, SAXSource, StreamResult, StreamSource, Vector]. | 71 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 45 (max allowed is 10). | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 269 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 287 | |
| javadoc | JavadocMethod | Expected @throws tag for 'TransformerConfigurationException'. | 287 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParserConfigurationException'. | 288 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 329 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 354 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 371 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 401 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 417 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 454 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 465 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 479 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 479 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 480 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 515 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 554 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 554 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 562 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 564 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 602 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.xml.sax.EntityResolver' | 39 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 5) classes [Attribute, BuildException, DTDLocation, File, FileInputStream, InputSource, ParserAdapter, Path, Property, ValidatorErrorHandler, Vector, XMLCatalog]. | 57 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 27 (max allowed is 10). | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| design | VisibilityModifier | Variable 'failOnError' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'warn' must be private and have accessor methods. | 71 | |
| design | VisibilityModifier | Variable 'lenient' must be private and have accessor methods. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| design | VisibilityModifier | Variable 'readerClassName' must be private and have accessor methods. | 73 | |
| design | VisibilityModifier | Variable 'file' must be private and have accessor methods. | 76 | |
| design | VisibilityModifier | Variable 'filesets' must be private and have accessor methods. | 78 | |
| design | VisibilityModifier | Variable 'classpath' must be private and have accessor methods. | 79 | |
| design | VisibilityModifier | Variable 'xmlReader' must be private and have accessor methods. | 87 | |
| design | VisibilityModifier | Variable 'errorHandler' must be private and have accessor methods. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 318 | |
| javadoc | JavadocMethod | Expected @return tag. | 458 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 485 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 517 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 517 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 557 | |
| design | VisibilityModifier | Variable 'currentFile' must be private and have accessor methods. | 594 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 595 | |
| design | VisibilityModifier | Variable 'lastErrorMessage' must be private and have accessor methods. | 595 | |
| design | VisibilityModifier | Variable 'failed' must be private and have accessor methods. | 596 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 642 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 647 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 647 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 648 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 650 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 654 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 682 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 693 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 708 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 729 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 730 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 735 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 742 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 750 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 757 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'javax.xml.transform.Transformer' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'javax.xml.transform.Transformer' import. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'javax.xml.transform.Transformer' should be separated from previous imports. | 23 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group by one line. | 22 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| design | VisibilityModifier | Variable 'filesets' must be private and have accessor methods. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.BufferedReader' should be separated from previous import group by one line. | 22 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 27 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 298 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 311 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 324 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| javadoc | JavadocMethod | Expected @return tag. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 379 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 388 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 477 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 481 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 485 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 489 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 493 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 497 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 501 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 509 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 513 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 348 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 364 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 368 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 376 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.condition.Os' import. Should be before 'org.apache.tools.ant.types.Commandline'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.condition.Os' import. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 388 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 403 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 407 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 411 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 415 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 419 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 423 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 354 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 319 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 398 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 406 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 410 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 414 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 418 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 422 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 298 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 364 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 379 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 387 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 395 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 347 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 395 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 409 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 417 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 421 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 429 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 433 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 437 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 297 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 298 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 300 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 354 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 362 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 370 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 324 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.util.FileUtils' should be separated from previous import group by one line. | 29 | |
| imports | ImportOrder | 'org.apache.tools.ant.util.FileUtils' should be separated from previous imports. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.taskdefs.optional.depend.constantpool.ClassCPInfo' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.taskdefs.optional.depend.constantpool.ClassCPInfo' should be separated from previous imports. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous import group by one line. | 30 | |
| imports | ImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous imports. | 30 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 5) classes [AntAnalyzer, BufferedReader, BufferedWriter, BuildException, ClassFileInfo, File, FileReader, FileWriter, Hashtable, IOException, Path, Vector]. | 46 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'depFile'. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| javadoc | JavadocMethod | Expected @return tag. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 388 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 410 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 469 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 492 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 500 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 528 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 560 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 561 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 588 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 588 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 595 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 595 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 595 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 595 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 608 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 614 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 627 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 641 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 647 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 659 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 736 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 750 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 755 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 756 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 785 | |
| javadoc | JavadocMethod | Expected @return tag. | 806 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 806 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 807 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 838 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 852 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 15 (max allowed is 5) classes [ClassCPInfo, ClassFormatError, DoubleCPInfo, FieldRefCPInfo, FloatCPInfo, IntegerCPInfo, InterfaceMethodRefCPInfo, InvokeDynamicCPInfo, LongCPInfo, MethodHandleCPInfo, MethodRefCPInfo, MethodTypeCPInfo, NameAndTypeCPInfo, StringCPInfo, Utf8CPInfo]. | 30 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.BufferedReader' should be separated from previous import group by one line. | 23 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 32 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 32 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [BufferedReader, BuildException, Commandline, DescriptorHandler, ExecTask, Execute, File, Hashtable, InputStreamReader, Java, Vector]. | 77 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| javadoc | JavadocMethod | Expected @return tag. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| javadoc | JavadocMethod | Expected @param tag for 'baseName'. | 268 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 315 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 317 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 331 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 348 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 381 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 438 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 458 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 458 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 464 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 467 | |
| javadoc | JavadocMethod | Expected @return tag. | 494 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 494 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 494 | |
| javadoc | JavadocMethod | Expected @param tag for 'filename'. | 494 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 496 | |
| javadoc | JavadocMethod | Expected @return tag. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 505 | |
| javadoc | JavadocMethod | Expected @param tag for 'filename'. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 507 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 529 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 532 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 533 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 539 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 540 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 552 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| design | VisibilityModifier | Variable 'debug' must be private and have accessor methods. | 46 | |
| design | VisibilityModifier | Variable 'ejbjarfile' must be private and have accessor methods. | 49 | |
| design | VisibilityModifier | Variable 'clientjarfile' must be private and have accessor methods. | 52 | |
| design | VisibilityModifier | Variable 'classpath' must be private and have accessor methods. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| design | VisibilityModifier | Variable 'mode' must be private and have accessor methods. | 58 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 269 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Project' should be separated from previous import group by one line. | 28 | |
| imports | ImportOrder | 'org.apache.tools.ant.Project' should be separated from previous imports. | 28 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| design | VisibilityModifier | Variable 'currentElement' must be private and have accessor methods. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| design | VisibilityModifier | Variable 'currentText' must be private and have accessor methods. | 90 | |
| design | VisibilityModifier | Variable 'ejbFiles' must be private and have accessor methods. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| design | VisibilityModifier | Variable 'ejbName' must be private and have accessor methods. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'javax.xml.parsers.SAXParser' should be separated from previous import group by one line. | 23 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'javax.xml.parsers.ParserConfigurationException' should be separated from previous imports. | 26 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 29 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 29 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 14 (max allowed is 5) classes [BorlandDeploymentTool, BuildException, Config, DTDLocation, FileSet, GenericDeploymentTool, IPlanetDeploymentTool, JbossDeploymentTool, JonasDeploymentTool, NamingScheme, Path, WeblogicDeploymentTool, WeblogicTOPLinkDeploymentTool, WebsphereDeploymentTool]. | 57 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 23 (max allowed is 10). | 57 | |
| design | VisibilityModifier | Variable 'srcDir' must be private and have accessor methods. | 76 | |
| design | VisibilityModifier | Variable 'descriptorDir' must be private and have accessor methods. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| design | VisibilityModifier | Variable 'baseNameTerminator' must be private and have accessor methods. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| design | VisibilityModifier | Variable 'baseJarName' must be private and have accessor methods. | 88 | |
| design | VisibilityModifier | Variable 'flatDestDir' must be private and have accessor methods. | 94 | |
| design | VisibilityModifier | Variable 'classpath' must be private and have accessor methods. | 99 | |
| design | VisibilityModifier | Variable 'supportFileSets' must be private and have accessor methods. | 104 | |
| design | VisibilityModifier | Variable 'dtdLocations' must be private and have accessor methods. | 109 | |
| design | VisibilityModifier | Variable 'namingScheme' must be private and have accessor methods. | 115 | |
| design | VisibilityModifier | Variable 'manifest' must be private and have accessor methods. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| design | VisibilityModifier | Variable 'analyzer' must be private and have accessor methods. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 405 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 513 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 526 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 595 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 610 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 615 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [BuildException, DescriptorHandler, File, FileInputStream, FileOutputStream, InnerClassFilenameFilter, InputSource, JarOutputStream, Manifest, Path, ZipEntry]. | 57 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 28 (max allowed is 10). | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 291 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 410 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 412 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 457 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 467 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 474 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 495 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 520 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 565 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 583 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 583 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 585 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 589 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 613 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 619 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 641 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 641 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 641 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 642 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 649 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 666 | |
| javadoc | JavadocMethod | Expected @return tag. | 676 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 676 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 724 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 739 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 762 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 763 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 792 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 816 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 831 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 855 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 888 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 890 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 902 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 903 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 948 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'javax.xml.parsers.SAXParser' should be separated from previous imports. | 25 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 26 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 309 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 348 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 355 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'javax.xml.parsers.SAXParser' should be separated from previous imports. | 36 | |
| imports | CustomImportOrder | 'org.xml.sax.AttributeList' should be separated from previous import group by one line. | 38 | |
| imports | ImportOrder | 'org.xml.sax.AttributeList' should be separated from previous imports. | 38 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [EjbcException, EjbcHandler, File, Hashtable, RedirectOutput, StringTokenizer]. | 67 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 232 | |
| misc | UncommentedMain | Uncommented main method found. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 407 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 416 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 455 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 517 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 572 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 611 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 614 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 617 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 620 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 635 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 636 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 637 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 666 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 682 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 682 | |
| javadoc | JavadocMethod | Expected @return tag. | 710 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 710 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 710 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SAXException'. | 711 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 719 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 748 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 792 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 825 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 832 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 865 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 866 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 891 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 896 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 918 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 937 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 937 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 941 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 945 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 949 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 949 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 953 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 957 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 961 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 961 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 965 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 969 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 973 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 973 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 977 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 981 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 985 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 985 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 989 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 989 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 993 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 997 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 997 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1001 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1005 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1009 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1009 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1013 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1017 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1021 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1021 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1025 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1029 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1029 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1033 | |
| javadoc | JavadocMethod | Unused @param tag for 'classpath'. | 1126 | |
| javadoc | JavadocMethod | Expected @param tag for 'buildDir'. | 1133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1196 | |
| javadoc | JavadocMethod | Unused @param tag for 'dest'. | 1223 | |
| javadoc | JavadocMethod | Expected @param tag for 'destDir'. | 1231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1276 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1326 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1354 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1355 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1387 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1396 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1405 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1418 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1431 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1442 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1476 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'javax.xml.parsers.ParserConfigurationException' should be separated from previous imports. | 23 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 26 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 214 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Expected @return tag. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'baseName'. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'javax.xml.parsers.SAXParser' should be separated from previous imports. | 24 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous imports. | 25 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 330 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 347 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 347 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 367 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 403 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 404 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 405 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 459 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 459 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 461 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 473 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 521 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 535 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 546 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 555 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 575 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 677 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 738 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 776 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 778 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 812 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 818 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'javax.xml.parsers.SAXParser' should be separated from previous imports. | 32 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous import group by one line. | 34 | |
| imports | ImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous imports. | 34 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 13 (max allowed is 5) classes [BuildException, DescriptorHandler, File, FileInputStream, FileOutputStream, Hashtable, InputSource, JarEntry, JarFile, JarOutputStream, Java, Path, Vector]. | 54 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 25 (max allowed is 10). | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 291 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 300 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 424 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 457 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 505 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 509 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 510 | |
| javadoc | JavadocMethod | Expected @return tag. | 523 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 523 | |
| javadoc | JavadocMethod | Expected @param tag for 'baseName'. | 523 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 537 | |
| javadoc | JavadocMethod | Expected @param tag for 'publicId'. | 537 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 552 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 592 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 637 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 639 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 657 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 658 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 750 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 764 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 855 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 861 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous import group by one line. | 30 | |
| imports | ImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous imports. | 30 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [BuildException, DescriptorHandler, Environment.Variable, File, FileOutputStream, Hashtable, JarEntry, JarFile, JarOutputStream, Java, Path]. | 62 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 20 (max allowed is 10). | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 409 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 411 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 412 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 469 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 470 | |
| javadoc | JavadocMethod | Expected @return tag. | 484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 484 | |
| javadoc | JavadocMethod | Expected @param tag for 'baseName'. | 484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 494 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 603 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 605 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 612 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 612 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 643 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 719 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 732 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 821 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 827 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 301 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 352 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 378 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 405 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 414 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 452 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 494 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 495 | |
| javadoc | JavadocMethod | Expected @return tag. | 554 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 580 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 600 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 605 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 607 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 623 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 623 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 624 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 626 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 647 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 652 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 653 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 658 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 659 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 661 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 662 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 665 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 666 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 668 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 669 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 671 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 672 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 674 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 675 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 687 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 687 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 37 | |
| javadoc | JavadocMethod | Expected @return tag. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'includeImpl'. | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'includeURL'. | 131 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 27 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 27 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| javadoc | JavadocMethod | Expected @param tag for 'listPrefix'. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| javadoc | JavadocMethod | Expected @return tag. | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 315 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 326 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 330 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 371 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 | |
| javadoc | JavadocMethod | Expected @return tag. | 455 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 479 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 531 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 549 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 549 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 559 | |
| javadoc | JavadocMethod | Expected @param tag for 'section'. | 559 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 561 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 565 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 571 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 577 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 583 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 589 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 595 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 31 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 31 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 5) classes [BufferedReader, BufferedWriter, BuildException, File, FileInputStream, FileOutputStream, Hashtable, InputStreamReader, LineTokenizer, Locale, OutputStreamWriter, Vector]. | 44 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 359 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 363 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 365 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 367 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 406 | |
| javadoc | JavadocMethod | Expected @param tag for 'bundleFile'. | 406 | |
| javadoc | JavadocMethod | Expected @param tag for 'i'. | 406 | |
| javadoc | JavadocMethod | Expected @param tag for 'checkLoaded'. | 407 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 407 | |
| javadoc | JavadocMethod | Expected @param tag for 'ins'. | 431 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 431 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 436 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 455 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 456 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 496 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 502 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 512 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 549 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 557 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 573 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 584 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.BuildException' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 21 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.DirectoryScanner' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 22 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.Project' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 23 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.taskdefs.MatchingTask' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 24 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.types.FileSet' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.types.Mapper' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.types.optional.image.Draw' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.types.optional.image.ImageOperation' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.types.optional.image.Rotate' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.types.optional.image.Scale' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.types.optional.image.TransformOperation' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.util.FileNameMapper' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.util.FileUtils' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.util.IdentityMapper' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 34 | |
| imports | CustomImportOrder | Import statement for 'javax.media.jai.JAI' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 36 | |
| imports | ImportOrder | Wrong order for 'javax.media.jai.JAI' import. | 36 | |
| imports | CustomImportOrder | Import statement for 'javax.media.jai.PlanarImage' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 37 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 38 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileOutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 39 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 40 | |
| imports | CustomImportOrder | Import statement for 'java.util.ArrayList' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 41 | |
| imports | UnusedImports | Unused import - java.util.ArrayList. | 41 | |
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 42 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 42 | |
| imports | CustomImportOrder | Import statement for 'java.util.Locale' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 43 | |
| imports | CustomImportOrder | Import statement for 'java.util.Vector' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 44 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BuildException, File, FileOutputStream, FileSeekableStream, IdentityMapper, Mapper, Vector]. | 59 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 59 | |
| design | VisibilityModifier | Variable 'instructions' must be private and have accessor methods. | 61 | |
| design | VisibilityModifier | Variable 'overwrite' must be private and have accessor methods. | 62 | |
| design | VisibilityModifier | Variable 'filesets' must be private and have accessor methods. | 63 | |
| design | VisibilityModifier | Variable 'srcDir' must be private and have accessor methods. | 64 | |
| design | VisibilityModifier | Variable 'destDir' must be private and have accessor methods. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| design | VisibilityModifier | Variable 'str_encoding' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'garbage_collect' must be private and have accessor methods. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Expected @return tag. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcDir'. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcNames'. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'dstDir'. | 217 | |
| javadoc | JavadocMethod | Expected @param tag for 'mapper'. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| coding | IllegalCatch | Catching 'java.lang.RuntimeException' is not allowed. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 375 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 384 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 394 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'org.apache.tools.ant.BuildException'. | 88 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 90 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'org.apache.tools.ant.BuildException'. | 107 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 42 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'org.apache.tools.ant.BuildException'. | 91 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 93 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'org.apache.tools.ant.BuildException'. | 104 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'org.apache.tools.ant.BuildException'. | 46 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 48 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'org.apache.tools.ant.BuildException'. | 52 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'org.apache.tools.ant.BuildException'. | 99 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'org.apache.tools.ant.BuildException'. | 80 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildException, CommandlineJava, Execute, File, Hashtable, LogStreamHandler]. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildException, CommandlineJava, Execute, File, Hashtable, LogStreamHandler]. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| javadoc | JavadocMethod | Expected @return tag. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| javadoc | JavadocMethod | Expected @param tag for 'destFile'. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| javadoc | JavadocMethod | Expected @param tag for 'outputDir'. | 350 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 375 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 375 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 375 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 377 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| javadoc | JavadocMethod | Expected @param tag for 'file'. | 407 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 319 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 339 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 405 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 423 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 434 | |
| javadoc | JavadocMethod | Expected @return tag. | 555 | |
| javadoc | JavadocMethod | Expected @param tag for 'outputdir'. | 555 | |
| javadoc | JavadocMethod | Expected @param tag for 'srcfile'. | 555 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 556 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Expected @return tag. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'javah'. | 39 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Expected @return tag. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 29 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 29 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 14 (max allowed is 5) classes [BuildException, CommandlineJava, Execute, ExecuteWatchdog, File, FileWriter, IOException, LogStreamHandler, Path, PatternSet, PrintWriter, Vector, jdepend.textui.JDepend, jdepend.xmlui.JDepend]. | 54 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 479 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 485 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 495 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 507 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 514 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 524 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 534 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 544 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 597 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 619 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 638 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'types' must be private and have accessor methods. | 38 | |
| design | VisibilityModifier | Variable 'values' must be private and have accessor methods. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 21 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.BufferedInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedInputStream' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileOutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 31 | |
| imports | CustomImportOrder | Import statement for 'java.io.InputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 32 | |
| imports | CustomImportOrder | Import statement for 'java.util.Enumeration' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 33 | |
| imports | CustomImportOrder | Import statement for 'java.util.Vector' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 34 | |
| imports | CustomImportOrder | Import statement for 'java.util.zip.CRC32' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 35 | |
| imports | CustomImportOrder | Import statement for 'java.util.zip.Deflater' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 36 | |
| imports | CustomImportOrder | Import statement for 'java.util.zip.ZipEntry' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 37 | |
| imports | CustomImportOrder | Import statement for 'java.util.zip.ZipException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 38 | |
| imports | CustomImportOrder | Import statement for 'java.util.zip.ZipFile' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 39 | |
| imports | CustomImportOrder | Import statement for 'java.util.zip.ZipOutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 40 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [BufferedInputStream, CRC32, File, FileInputStream, FileOutputStream, Vector, ZipEntry, ZipFile, ZipOutputStream]. | 46 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| design | VisibilityModifier | Variable 'buffer' must be private and have accessor methods. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| misc | UncommentedMain | Uncommented main method found. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 194 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 300 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 380 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 441 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Expected @return tag. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'ch'. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous imports. | 25 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| design | VisibilityModifier | Variable 'compileList' must be private and have accessor methods. | 82 | |
| design | VisibilityModifier | Variable 'javaFiles' must be private and have accessor methods. | 83 | |
| design | VisibilityModifier | Variable 'failOnError' must be private and have accessor methods. | 88 | |
| design | VisibilityModifier | Variable 'webApp' must be private and have accessor methods. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 407 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 461 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 491 | |
| javadoc | JavadocMethod | Expected @return tag. | 527 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 532 | |
| javadoc | JavadocMethod | Expected @param tag for 'compiler'. | 542 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 543 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 573 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 578 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 655 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 25 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BuildException, Date, File, Java, Path, StringTokenizer, Vector]. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 322 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Project' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.Project' should be separated from previous imports. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| design | VisibilityModifier | Variable 'owner' must be private and have accessor methods. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous imports. | 22 | |
| design | VisibilityModifier | Variable 'mangler' must be private and have accessor methods. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 82 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 93 | |
| javadoc | JavadocMethod | Expected @return tag. | 154 | |
| javadoc | JavadocMethod | Expected @return tag. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.optional.jsp.Jasper41Mangler' import. Should be before 'org.apache.tools.ant.taskdefs.optional.jsp.JspNameMangler'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.optional.jsp.Jasper41Mangler' import. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Expected @return tag. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.net.URL' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.Delete' import. Should be before 'org.apache.tools.ant.taskdefs.XSLTProcess'. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.Delete' import. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.TempFile' import. Should be before 'org.apache.tools.ant.taskdefs.XSLTProcess'. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.FileUtils' import. Should be before 'org.apache.tools.ant.util.JAXPUtils'. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.FileUtils' import. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.EnumeratedAttribute' import. Should be before 'org.apache.tools.ant.util.JAXPUtils'. | 43 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.EnumeratedAttribute' import. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Resource' import. Should be before 'org.apache.tools.ant.util.JAXPUtils'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.URLResource' import. Should be before 'org.apache.tools.ant.util.JAXPUtils'. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.FileResource' import. Should be before 'org.apache.tools.ant.util.JAXPUtils'. | 46 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.FileResource' import. | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.w3c.dom.Document' | 48 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [BuildException, Delete, File, FileInputStream, FileNotFoundException, FileResource, TempFile, URLResource, Vector, XSLTProcess, XSLTProcess.Param]. | 58 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 24 (max allowed is 10). | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 77 | |
| design | VisibilityModifier | Variable 'task' must be private and have accessor methods. | 84 | |
| design | VisibilityModifier | Variable 'document' must be private and have accessor methods. | 87 | |
| design | VisibilityModifier | Variable 'styleDir' must be private and have accessor methods. | 90 | |
| design | VisibilityModifier | Variable 'toDir' must be private and have accessor methods. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| design | VisibilityModifier | Variable 'format' must be private and have accessor methods. | 115 | |
| design | VisibilityModifier | Variable 'dbfactory' must be private and have accessor methods. | 121 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'haltOnError' must be private and have accessor methods. | 30 | |
| design | VisibilityModifier | Variable 'haltOnFail' must be private and have accessor methods. | 31 | |
| design | VisibilityModifier | Variable 'filtertrace' must be private and have accessor methods. | 32 | |
| design | VisibilityModifier | Variable 'fork' must be private and have accessor methods. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| design | VisibilityModifier | Variable 'ifProperty' must be private and have accessor methods. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| design | VisibilityModifier | Variable 'unlessProperty' must be private and have accessor methods. | 35 | |
| design | VisibilityModifier | Variable 'formatters' must be private and have accessor methods. | 36 | |
| design | VisibilityModifier | Variable 'destDir' must be private and have accessor methods. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| design | VisibilityModifier | Variable 'failureProperty' must be private and have accessor methods. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| design | VisibilityModifier | Variable 'errorProperty' must be private and have accessor methods. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Expected @return tag. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Expected @return tag. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group by one line. | 22 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 24 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.Project' should be separated from previous import group by one line. | 26 | |
| imports | ImportOrder | 'org.apache.tools.ant.Project' should be separated from previous imports. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.AssertionFailedError'. | 27 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.Test'. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.junit.runner.Description' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 24 | |
| imports | ImportOrder | Wrong order for 'org.junit.runner.Description' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'org.junit.runner.notification.Failure' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.runner.notification.RunListener' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.runner.notification.RunNotifier' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.w3c.dom.Attr' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.w3c.dom.Attr' should be separated from previous imports. | 21 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.AssertionFailedError'. | 32 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.Test'. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildEvent' import. | 35 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BufferedWriter, Date, File, FileWriter, IOException, SimpleDateFormat, TestInfos]. | 70 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 354 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 365 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 387 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedOutputStream' import. Should be before 'java.io.OutputStream'. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedOutputStream' import. | 25 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 17 (max allowed is 10). | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 166 | |
| javadoc | JavadocMethod | Expected @return tag. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| javadoc | JavadocMethod | Expected @return tag. | 256 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 256 | |
| javadoc | JavadocMethod | Expected @return tag. | 273 | |
| javadoc | JavadocMethod | Expected @param tag for 'loader'. | 273 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'junit.framework.Test' should be separated from previous imports. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.Test'. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.TestResult'. | 24 | |
| imports | CustomImportOrder | 'org.junit.runner.Description' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | Wrong order for 'org.junit.runner.Description' import. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'junit.framework.TestListener' should be separated from previous imports. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.TestListener'. | 22 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 28 (max allowed is 5) classes [BatchTest, BufferedReader, BufferedWriter, BuildException, CommandlineJava, Enumeration, Environment, Execute, ExecuteWatchdog, File, FileOutputStream, FileReader, FileWriter, ForkMode, ForkedTestConfiguration, FormatterElement, JUnitLogStreamHandler, JunitTestThread, LogOutputStream, Path, Permissions, PrintStream, PrivilegedAction, Properties, SplitClassLoader, TestResultHolder, Thread, Vector]. | 131 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 53 (max allowed is 10). | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| javadoc | JavadocMethod | Expected @param tag for 'threads'. | 336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 367 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 377 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 407 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 421 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 473 | |
| javadoc | JavadocMethod | Expected @param tag for 'test'. | 542 | |
| javadoc | JavadocMethod | Expected @param tag for 'logFailedTests'. | 636 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 712 | |
| javadoc | JavadocMethod | Expected @return tag. | 720 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 721 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 744 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 760 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 863 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 869 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 890 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 910 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 926 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1044 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1259 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1337 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1367 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1384 | |
| javadoc | JavadocMethod | Expected @return tag. | 1399 | |
| javadoc | JavadocMethod | Expected @param tag for 'u1'. | 1399 | |
| javadoc | JavadocMethod | Expected @param tag for 'u2'. | 1399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1401 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1409 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1409 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1410 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1426 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 1426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1441 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1487 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1524 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1726 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1730 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1732 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1748 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1759 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1788 | |
| javadoc | JavadocMethod | Expected @param tag for 'feArray'. | 1798 | |
| javadoc | JavadocMethod | Expected @param tag for 'test'. | 1798 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1799 | |
| javadoc | JavadocMethod | Expected @param tag for 'testCase'. | 1799 | |
| javadoc | JavadocMethod | Expected @param tag for 'feArray'. | 1810 | |
| javadoc | JavadocMethod | Expected @param tag for 'test'. | 1810 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1810 | |
| javadoc | JavadocMethod | Expected @param tag for 'testCase'. | 1810 | |
| javadoc | JavadocMethod | Expected @param tag for 'feArray'. | 1824 | |
| javadoc | JavadocMethod | Expected @param tag for 'test'. | 1824 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1825 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 1825 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1825 | |
| javadoc | JavadocMethod | Expected @param tag for 'testCase'. | 1825 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1966 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1967 | |
| javadoc | JavadocMethod | Expected @param tag for 'filterTrace'. | 1977 | |
| javadoc | JavadocMethod | Expected @param tag for 'haltOnError'. | 1977 | |
| javadoc | JavadocMethod | Expected @param tag for 'haltOnFailure'. | 1978 | |
| javadoc | JavadocMethod | Expected @param tag for 'errorProperty'. | 1978 | |
| javadoc | JavadocMethod | Expected @param tag for 'failureProperty'. | 1979 | |
| javadoc | JavadocMethod | Expected @param tag for 'test'. | 1991 | |
| javadoc | JavadocMethod | Expected @param tag for 'other'. | 2004 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2046 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2050 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2054 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2071 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2139 | |
| design | VisibilityModifier | Variable 'exitCode' must be private and have accessor methods. | 2176 | |
| design | VisibilityModifier | Variable 'timedOut' must be private and have accessor methods. | 2178 | |
| design | VisibilityModifier | Variable 'crashed' must be private and have accessor methods. | 2180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2234 | |
| javadoc | JavadocMethod | Expected @return tag. | 2250 | |
| javadoc | JavadocMethod | Expected @param tag for 'test'. | 2250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2266 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'junit.framework.AssertionFailedError' should be separated from previous imports. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.AssertionFailedError'. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.TestCase'. | 23 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.TestResult'. | 24 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntClassLoader' import. | 25 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 375 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 392 | |
| javadoc | JavadocMethod | Expected @param tag for 'v'. | 518 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'junit.framework.AssertionFailedError' should be separated from previous imports. | 39 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.AssertionFailedError'. | 39 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.Test'. | 40 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.TestCase'. | 41 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.TestFailure'. | 42 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.TestListener'. | 43 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.TestResult'. | 44 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.TestSuite'. | 45 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 46 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 46 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 23 (max allowed is 5) classes [AssertionFailedError, BufferedReader, BufferedWriter, ByteArrayOutputStream, File, FileInputStream, FileWriter, FormatterElement, IgnoredTestResult, JUnitResultFormatter, JUnitTest, OutputStream, PrintStream, Properties, StringReader, StringTokenizer, StringWriter, TeeOutputStream, TestListenerWrapper, TestSuite, Vector, java.io.BufferedReader, java.io.FileReader]. | 71 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 38 (max allowed is 10). | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 169 | |
| javadoc | JavadocMethod | Expected @param tag for 'test'. | 290 | |
| javadoc | JavadocMethod | Expected @param tag for 'methods'. | 290 | |
| javadoc | JavadocMethod | Expected @param tag for 'haltOnError'. | 290 | |
| javadoc | JavadocMethod | Expected @param tag for 'filtertrace'. | 291 | |
| javadoc | JavadocMethod | Expected @param tag for 'haltOnFailure'. | 291 | |
| javadoc | JavadocMethod | Expected @param tag for 'showOutput'. | 292 | |
| javadoc | JavadocMethod | Expected @param tag for 'logTestListenerEvents'. | 292 | |
| javadoc | JavadocMethod | Expected @param tag for 'loader'. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 320 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 512 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 561 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 585 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 688 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 699 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 703 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 703 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 727 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 753 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 773 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 798 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 805 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 812 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 818 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 818 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 818 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 829 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 837 | |
| misc | UncommentedMain | Uncommented main method found. | 891 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 891 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 892 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 917 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 975 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 976 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 980 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 983 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1041 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1054 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1057 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1089 | |
| javadoc | JavadocMethod | Expected @param tag for 'line'. | 1089 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 1090 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1138 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1156 | |
| javadoc | JavadocMethod | Expected @return tag. | 1168 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 1168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1168 | |
| javadoc | JavadocMethod | Expected @param tag for 'methods'. | 1168 | |
| javadoc | JavadocMethod | Expected @param tag for 'haltError'. | 1168 | |
| javadoc | JavadocMethod | Expected @param tag for 'stackfilter'. | 1169 | |
| javadoc | JavadocMethod | Expected @param tag for 'haltFail'. | 1169 | |
| javadoc | JavadocMethod | Expected @param tag for 'showOut'. | 1170 | |
| javadoc | JavadocMethod | Expected @param tag for 'outputToFormat'. | 1170 | |
| javadoc | JavadocMethod | Expected @param tag for 'logTestListenerEvents'. | 1171 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 1187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1200 | |
| javadoc | JavadocMethod | Expected @return tag. | 1223 | |
| javadoc | JavadocMethod | Expected @param tag for 'testListener'. | 1223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1236 | |
| javadoc | JavadocMethod | Expected @return tag. | 1269 | |
| javadoc | JavadocMethod | Expected @param tag for 'result'. | 1269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 92 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.AssertionFailedError'. | 28 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.Test'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'junit.framework.AssertionFailedError' should be separated from previous imports. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.AssertionFailedError'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.Test'. | 25 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'junit.framework.AssertionFailedError' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'junit.framework.AssertionFailedError' should be separated from previous imports. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'suite'. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'fakeTest'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.AssertionFailedError'. | 36 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.Test'. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 39 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BufferedWriter, BuildException, DOMElementWriter, Date, ExceptionInInitializerError, Hashtable, OutputStreamWriter]. | 54 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 20 (max allowed is 10). | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 305 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 330 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 352 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'javax.xml.parsers.DocumentBuilder' should be separated from previous imports. | 29 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 31 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 31 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [AggregateTransformer, BufferedOutputStream, BuildException, DOMElementWriter, ExceptionInInitializerError, File, FileOutputStream, IOException, OutputStreamWriter, PrintWriter, Vector]. | 58 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 19 (max allowed is 10). | 58 | |
| design | VisibilityModifier | Variable 'filesets' must be private and have accessor methods. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| design | VisibilityModifier | Variable 'toFile' must be private and have accessor methods. | 65 | |
| design | VisibilityModifier | Variable 'toDir' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'transformers' must be private and have accessor methods. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| design | VisibilityModifier | Variable 'generatedId' must be private and have accessor methods. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 322 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Expected @return tag. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 18 (max allowed is 5) classes [Action, BufferedInputStream, BufferedOutputStream, BufferedWriter, BuildException, Date, Delete, FTPClient, FTPDirectoryScanner, File, FileInputStream, FileOutputStream, FileWriter, RetryHandler, Retryable, SimpleDateFormat, StringTokenizer, Vector]. | 82 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 30 (max allowed is 10). | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| javadoc | JavadocMethod | Expected @param tag for 'file'. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [AntFTPFile, AntFTPRootFile, BuildException, FTPFileProxy, Hashtable, Vector, VectorSet]. | 323 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 323 | |
| design | VisibilityModifier | Variable 'ftp' must be private and have accessor methods. | 325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 418 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 419 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 423 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 492 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 492 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 501 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 519 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 559 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 583 | |
| javadoc | JavadocMethod | Expected @param tag for 'fast'. | 583 | |
| javadoc | JavadocMethod | Expected @return tag. | 642 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 642 | |
| javadoc | JavadocMethod | Expected @param tag for 'vpath'. | 642 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 661 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 663 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 692 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 707 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 710 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 710 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 715 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 758 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 758 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 758 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 783 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 794 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 828 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 850 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 860 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 860 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 861 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 887 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 894 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 901 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 910 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 911 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 930 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 949 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 949 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 949 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 952 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 955 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 988 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1033 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1041 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1051 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1075 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1084 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1113 | |
| javadoc | JavadocMethod | Expected @param tag for 'ftp'. | 1127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1129 | |
| javadoc | JavadocMethod | Expected @param tag for 'ftp'. | 1175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1348 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1370 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1401 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1459 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1497 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1523 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1537 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1554 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1579 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1585 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1591 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1597 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1603 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1609 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1634 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1643 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 1653 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1712 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1742 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1748 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1777 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1786 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1792 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1876 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1876 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1894 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1903 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1918 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1919 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1978 | |
| javadoc | JavadocMethod | Expected @return tag. | 1986 | |
| javadoc | JavadocMethod | Expected @param tag for 'ftp'. | 1986 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1993 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2029 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2095 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2098 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2566 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2577 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2588 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2626 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2634 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 2646 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2656 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2669 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2679 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2683 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2695 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2698 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2698 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2700 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 2714 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2718 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 352 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 381 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 385 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 385 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 441 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 455 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 485 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 489 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 493 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 518 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 531 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 544 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 557 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 571 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 588 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 611 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 618 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 624 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 630 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 636 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 642 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 648 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 673 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 677 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 677 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 687 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 691 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 691 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 695 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 699 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 709 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 713 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 783 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 790 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 805 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 812 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 829 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 841 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 852 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 863 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 901 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 909 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 921 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 931 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 944 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 954 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 958 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 17 (max allowed is 5) classes [BufferedInputStream, BufferedOutputStream, BufferedWriter, BuildException, Date, Delete, FTPClient, FTPDirectoryScanner, File, FileInputStream, FileOutputStream, FileWriter, RetryHandler, Retryable, SimpleDateFormat, StringTokenizer, Vector]. | 55 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 25 (max allowed is 10). | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Expected @param tag for 'file'. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [AntFTPFile, AntFTPRootFile, BuildException, FTPFileProxy, Hashtable, Vector, VectorSet]. | 224 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 224 | |
| design | VisibilityModifier | Variable 'ftp' must be private and have accessor methods. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 319 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 324 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 420 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 460 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 484 | |
| javadoc | JavadocMethod | Expected @param tag for 'fast'. | 484 | |
| javadoc | JavadocMethod | Expected @return tag. | 543 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 543 | |
| javadoc | JavadocMethod | Expected @param tag for 'vpath'. | 543 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 562 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 564 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 593 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 608 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 611 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 611 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 616 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 660 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 660 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 660 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 685 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 696 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 730 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 752 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 762 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 762 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 763 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 789 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 796 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 803 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 812 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 813 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 833 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 852 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 852 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 852 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 856 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 859 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 894 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 939 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 947 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 957 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 958 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 981 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 990 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1010 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1019 | |
| javadoc | JavadocMethod | Expected @param tag for 'ftp'. | 1033 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1033 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1035 | |
| javadoc | JavadocMethod | Expected @param tag for 'ftp'. | 1081 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1081 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1098 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1307 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1308 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1367 | |
| javadoc | JavadocMethod | Expected @return tag. | 1375 | |
| javadoc | JavadocMethod | Expected @param tag for 'ftp'. | 1375 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1418 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1482 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1485 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1522 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1522 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1547 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1586 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1593 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1616 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1623 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1655 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1655 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1679 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1730 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1757 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1759 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1770 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1820 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.io.InputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.io.OutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | CustomImportOrder | Import statement for 'java.util.Calendar' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | CustomImportOrder | Import statement for 'java.util.Enumeration' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.util.Vector' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| design | VisibilityModifier | Variable 'taskString' must be private and have accessor methods. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 252 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 305 | |
| javadoc | JavadocMethod | Expected @param tag for 'rexec'. | 392 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 405 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 421 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 437 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 454 | |
| javadoc | JavadocMethod | Expected @param tag for 'rexec'. | 463 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| design | VisibilityModifier | Variable 'proxyHost' must be private and have accessor methods. | 65 | |
| design | VisibilityModifier | Variable 'proxyPort' must be private and have accessor methods. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'java.io.InputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.io.OutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.util.Calendar' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | CustomImportOrder | Import statement for 'java.util.Enumeration' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | CustomImportOrder | Import statement for 'java.util.Vector' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Expected @param tag for 'telnet'. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 | |
| design | VisibilityModifier | Variable 'taskString' must be private and have accessor methods. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 339 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 373 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 33 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 33 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 15 (max allowed is 5) classes [BufferedReader, BufferedWriter, BuildException, Commandline, Execute, File, FileOutputStream, FileReader, FileWriter, LogOutputStream, LogStreamHandler, MessageFormat, PumpStreamHandler, Random, Vector]. | 73 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 24 (max allowed is 10). | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| javadoc | JavadocMethod | Expected @param tag for 'file'. | 298 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 298 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 298 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| javadoc | JavadocMethod | Expected @param tag for 'in'. | 354 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 354 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 363 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 377 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 388 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 413 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 434 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 442 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 451 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 467 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 480 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 488 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 502 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 510 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 523 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 535 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 543 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 551 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 559 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 567 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 575 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 625 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 643 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 651 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.MagicNames' import. Should be before 'org.apache.tools.ant.Project'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.MagicNames' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.DefBase' import. Should be before 'org.apache.tools.ant.types.ResourceCollection'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.DefBase' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.util.Map' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.util.HashMap' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 30 | |
| imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 31 | |
| imports | CustomImportOrder | Import statement for 'java.util.Locale' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 32 | |
| imports | CustomImportOrder | Import statement for 'java.util.ArrayList' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 33 | |
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 34 | |
| imports | CustomImportOrder | Import statement for 'java.util.Set' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 35 | |
| imports | CustomImportOrder | Import statement for 'java.util.HashSet' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 36 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 37 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 291 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 367 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 385 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.MagicNames' import. Should be before 'org.apache.tools.ant.Task'. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.MagicNames' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Task'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.DynamicConfigurator' import. Should be before 'org.apache.tools.ant.Task'. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.util.Map' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.util.HashMap' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 25 | |
| imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | CustomImportOrder | Import statement for 'java.util.ArrayList' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| design | VisibilityModifier | Variable 'commandLine' must be private and have accessor methods. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 347 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 367 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'javax.sound.sampled.AudioFormat' should be separated from previous imports. | 24 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildEvent' should be separated from previous import group by one line. | 34 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildEvent' should be separated from previous imports. | 34 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'file'. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'loops'. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'duration'. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildEvent' should be separated from previous import group by one line. | 37 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildEvent' should be separated from previous imports. | 37 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'javax.swing.ImageIcon' should be separated from previous imports. | 27 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 28 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.optional.net.SetProxy' import. Should be before 'org.apache.tools.ant.util.Base64Converter'. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.optional.net.SetProxy' import. | 32 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [Base64Converter, BuildException, ByteArrayOutputStream, DataInputStream, ImageIcon, SetProxy, SplashScreen, URL]. | 41 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 211 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 245 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 248 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.jcraft.jsch.ChannelSftp' import. Should be before 'com.jcraft.jsch.Session'. | 25 | |
| imports | ImportOrder | Wrong order for 'com.jcraft.jsch.ChannelSftp' import. | 25 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.io.OutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.io.InputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 30 | |
| imports | CustomImportOrder | Import statement for 'java.text.NumberFormat' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.BuildException' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 33 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'java.util.StringTokenizer'. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.jcraft.jsch.JSch' import. Should be before 'com.jcraft.jsch.Session'. | 23 | |
| imports | ImportOrder | Wrong order for 'com.jcraft.jsch.JSch' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.Task' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Task' import. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.BuildException' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.Project' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.KeepAliveInputStream' import. Should be before 'org.apache.tools.ant.util.KeepAliveOutputStream'. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.KeepAliveInputStream' import. | 39 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 5) classes [BufferedReader, BuildException, ByteArrayInputStream, ByteArrayOutputStream, File, FileInputStream, FileResource, FileWriter, InputStreamReader, StringReader, TeeOutputStream, Thread]. | 50 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 19 (max allowed is 10). | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| javadoc | JavadocMethod | Unused @param tag for 'append'. | 197 | |
| javadoc | JavadocMethod | Expected @param tag for 'appenderr'. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 240 | |
| javadoc | JavadocMethod | Expected @param tag for 'suppressSystemOut'. | 259 | |
| javadoc | JavadocMethod | Expected @param tag for 'suppressSystemErr'. | 269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 354 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 354 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 411 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 450 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 475 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 496 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 497 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| design | VisibilityModifier | Variable 'lport' must be private and have accessor methods. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| design | VisibilityModifier | Variable 'rhost' must be private and have accessor methods. | 224 | |
| design | VisibilityModifier | Variable 'rport' must be private and have accessor methods. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| design | VisibilityModifier | Variable 'lport' must be private and have accessor methods. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| design | VisibilityModifier | Variable 'lhost' must be private and have accessor methods. | 257 | |
| design | VisibilityModifier | Variable 'rport' must be private and have accessor methods. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.jcraft.jsch.UIKeyboardInteractive' import. Should be before 'com.jcraft.jsch.UserInfo'. | 22 | |
| imports | ImportOrder | Wrong order for 'com.jcraft.jsch.UIKeyboardInteractive' import. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.util.LinkedList' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.LinkedList' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.util.ArrayList' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.BuildException' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.DirectoryScanner' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.Project' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 34 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.types.FileSet' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line. | 35 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BuildException, Directory, File, ScpFromMessage, ScpFromMessageBySftp, ScpToMessage, ScpToMessageBySftp]. | 42 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for 'yesOrNo'. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 345 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 405 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 426 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 440 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 440 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 444 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 444 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 444 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.EOFException' import. Should be before 'java.io.IOException'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileOutputStream' import. Should be before 'java.io.OutputStream'. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.FileOutputStream' import. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.ByteArrayOutputStream' import. Should be before 'java.io.OutputStream'. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayOutputStream' import. | 27 | |
| imports | ImportOrder | 'com.jcraft.jsch.JSchException' should be separated from previous imports. | 28 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'com.jcraft.jsch.JSchException'. | 28 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'com.jcraft.jsch.Session'. | 29 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'com.jcraft.jsch.SftpATTRS'. | 30 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'com.jcraft.jsch.SftpException'. | 31 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'com.jcraft.jsch.Channel'. | 32 | |
| imports | ImportOrder | Wrong order for 'com.jcraft.jsch.Channel' import. | 32 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'com.jcraft.jsch.ChannelSftp'. | 33 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.util.FileUtils' should be separated from previous import group by one line. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.FileUtils' import. | 34 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [ByteArrayOutputStream, EOFException, File, FileOutputStream, IOException, JSchException]. | 39 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| javadoc | JavadocMethod | Expected @return tag. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 302 | |
| javadoc | JavadocMethod | Expected @param tag for 'remoteFile'. | 302 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'com.jcraft.jsch.JSchException'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'com.jcraft.jsch.Session'. | 25 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'com.jcraft.jsch.ChannelSftp'. | 26 | |
| imports | ImportOrder | Wrong order for 'com.jcraft.jsch.ChannelSftp' import. | 26 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'com.jcraft.jsch.SftpException'. | 27 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'com.jcraft.jsch.SftpATTRS'. | 28 | |
| imports | ImportOrder | Wrong order for 'com.jcraft.jsch.SftpATTRS' import. | 28 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'com.jcraft.jsch.SftpProgressMonitor'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.FileUtils' import. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.jcraft.jsch.JSchException' import. Should be before 'com.jcraft.jsch.Session'. | 23 | |
| imports | ImportOrder | Wrong order for 'com.jcraft.jsch.JSchException' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | CustomImportOrder | Import statement for 'java.io.InputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.FileInputStream' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.io.OutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'com.jcraft.jsch.ChannelSftp' import. Should be before 'com.jcraft.jsch.Session'. | 22 | |
| imports | ImportOrder | Wrong order for 'com.jcraft.jsch.ChannelSftp' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.jcraft.jsch.JSchException' import. Should be before 'com.jcraft.jsch.Session'. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.Task'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Project' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Task'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.condition.Condition' import. Should be before 'org.apache.tools.ant.util.WorkerAnt'. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.condition.Condition' import. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.condition.ConditionBase' import. Should be before 'org.apache.tools.ant.util.WorkerAnt'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.Parallel' import. Should be before 'org.apache.tools.ant.util.WorkerAnt'. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.Parallel' import. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.Sequential' import. Should be before 'org.apache.tools.ant.util.WorkerAnt'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.WaitFor' import. Should be before 'org.apache.tools.ant.util.WorkerAnt'. | 30 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildException, NestedCondition, Parallel, Sequential, TaskAdapter, WorkerAnt]. | 60 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 380 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 562 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 569 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 42 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 12 (max allowed is 5) classes [BufferedInputStream, BufferedOutputStream, BuildException, DirectoryScanner, File, FileInputStream, FileOutputStream, Hashtable, LogOutputStream, PrintStream, Properties, Vector]. | 116 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 19 (max allowed is 10). | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 329 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 338 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 348 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 387 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 454 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 470 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 470 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 472 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 486 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[][]' is not allowed. | 516 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 524 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 558 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 588 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.text.DateFormat' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.text.ParseException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | CustomImportOrder | Import statement for 'java.util.Calendar' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | CustomImportOrder | Import statement for 'java.util.Date' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.util.GregorianCalendar' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.types.EnumeratedAttribute'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.types.EnumeratedAttribute'. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Task' import. Should be before 'org.apache.tools.ant.types.EnumeratedAttribute'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.Execute' import. Should be before 'org.apache.tools.ant.types.EnumeratedAttribute'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.LogStreamHandler' import. Should be before 'org.apache.tools.ant.types.EnumeratedAttribute'. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Commandline' import. Should be before 'org.apache.tools.ant.types.EnumeratedAttribute'. | 35 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 315 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 323 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 331 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 371 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 407 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 416 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 417 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 428 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 429 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 445 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 454 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 455 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 475 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 485 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 492 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 507 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 515 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 533 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 541 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 549 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 558 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 598 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 610 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 618 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 631 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 653 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 670 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 700 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 704 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 731 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 731 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ParseException'. | 731 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 745 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 767 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 780 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'java.util.Vector'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.Vector'. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 375 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 375 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 380 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 380 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 394 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 410 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 440 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 457 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 458 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 484 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.Rmic' import. Should be before 'org.apache.tools.ant.util.JavaEnvUtils'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.Rmic' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.Execute' import. Should be before 'org.apache.tools.ant.util.JavaEnvUtils'. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.Execute' import. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.LogStreamHandler' import. Should be before 'org.apache.tools.ant.util.JavaEnvUtils'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Commandline' import. Should be before 'org.apache.tools.ant.util.JavaEnvUtils'. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Expected @return tag. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.FileScanner' import. Should be before 'org.apache.tools.ant.Project'. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.FileScanner' import. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.DirectoryScanner' import. Should be before 'org.apache.tools.ant.Project'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.AndSelector' import. Should be before 'org.apache.tools.ant.types.selectors.OrSelector'. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.AndSelector' import. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.NotSelector' import. Should be before 'org.apache.tools.ant.types.selectors.OrSelector'. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.DateSelector' import. Should be before 'org.apache.tools.ant.types.selectors.OrSelector'. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.DateSelector' import. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.FileSelector' import. Should be before 'org.apache.tools.ant.types.selectors.OrSelector'. | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.NoneSelector' import. Should be before 'org.apache.tools.ant.types.selectors.OrSelector'. | 36 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.DepthSelector' import. Should be before 'org.apache.tools.ant.types.selectors.TypeSelector'. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.DepthSelector' import. | 39 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.DependSelector' import. Should be before 'org.apache.tools.ant.types.selectors.TypeSelector'. | 40 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.DependSelector' import. | 40 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.ExtendSelector' import. Should be before 'org.apache.tools.ant.types.selectors.TypeSelector'. | 41 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.SelectSelector' import. Should be before 'org.apache.tools.ant.types.selectors.TypeSelector'. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.PresentSelector' import. Should be before 'org.apache.tools.ant.types.selectors.TypeSelector'. | 43 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.PresentSelector' import. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.SelectorScanner' import. Should be before 'org.apache.tools.ant.types.selectors.TypeSelector'. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.ContainsSelector' import. Should be before 'org.apache.tools.ant.types.selectors.TypeSelector'. | 45 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.ContainsSelector' import. | 45 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.FilenameSelector' import. Should be before 'org.apache.tools.ant.types.selectors.TypeSelector'. | 46 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.MajoritySelector' import. Should be before 'org.apache.tools.ant.types.selectors.TypeSelector'. | 47 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.DifferentSelector' import. Should be before 'org.apache.tools.ant.types.selectors.TypeSelector'. | 48 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.DifferentSelector' import. | 48 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.SelectorContainer' import. Should be before 'org.apache.tools.ant.types.selectors.TypeSelector'. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.ContainsRegexpSelector' import. Should be before 'org.apache.tools.ant.types.selectors.TypeSelector'. | 50 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.ContainsRegexpSelector' import. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.ReadableSelector' import. Should be before 'org.apache.tools.ant.types.selectors.TypeSelector'. | 51 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 34 (max allowed is 10). | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 293 | |
| javadoc | JavadocMethod | Expected @param tag for 'max'. | 423 | |
| javadoc | JavadocMethod | Expected @return tag. | 433 | |
| javadoc | JavadocMethod | Expected @return tag. | 452 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 792 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 796 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 814 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 820 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 866 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 878 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 903 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.FileProvider' import. Should be before 'org.apache.tools.ant.types.resources.FileResource'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.FileProvider' import. | 27 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 412 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 490 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 502 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 511 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 549 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.TreeMap'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.FileProvider' import. Should be before 'org.apache.tools.ant.types.resources.FileResourceIterator'. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.FileProvider' import. | 30 | |
| design | VisibilityModifier | Variable 'srcFile' must be private and have accessor methods. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 359 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.ArrayList' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | CustomImportOrder | Import statement for 'java.util.ListIterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| javadoc | JavadocMethod | Expected @return tag. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 | |
| javadoc | JavadocMethod | Expected @param tag for 'command'. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg'. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 300 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 340 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 354 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.StringTokenizer'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.List' import. Should be before 'java.util.StringTokenizer'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ListIterator' import. Should be before 'java.util.StringTokenizer'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.LinkedList' import. Should be before 'java.util.StringTokenizer'. | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.LinkedList' import. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.StringTokenizer'. | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.condition.Os' import. Should be before 'org.apache.tools.ant.util.StringUtils'. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.condition.Os' import. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 | |
| javadoc | JavadocMethod | Expected @return tag. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| javadoc | JavadocMethod | Expected @return tag. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 340 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 350 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 373 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 388 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 416 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 416 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 441 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 441 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 480 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 581 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 591 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 602 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 613 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 627 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 627 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 650 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 650 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 664 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 664 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.Enumeration' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Enumeration' import. | 25 | |
| imports | CustomImportOrder | Import statement for 'java.util.LinkedList' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.util.ListIterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.util.Properties' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.util.Vector' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildException, Commandline, Path, PropertySet, PropertySet.BuiltinPropertySetName, SysProperties]. | 39 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| design | VisibilityModifier | Variable 'sys' must be private and have accessor methods. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 389 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 459 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 467 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 477 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 489 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 605 | |
| javadoc | JavadocMethod | Expected @return tag. | 670 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.ComponentHelper' import. Should be before 'org.apache.tools.ant.Project'. | 25 | |
| design | VisibilityModifier | Variable 'ref' must be private and have accessor methods. | 50 | |
| design | VisibilityModifier | Variable 'checked' must be private and have accessor methods. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 341 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Task' import. Should be before 'org.apache.tools.ant.helper.ProjectHelper2'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Task' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.UnknownElement' import. Should be before 'org.apache.tools.ant.helper.ProjectHelper2'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Target' import. Should be before 'org.apache.tools.ant.helper.ProjectHelper2'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Target' import. | 25 | |
| imports | CustomImportOrder | Import statement for 'java.util.ArrayList' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.DirectoryScanner' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.DirectoryScanner' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| design | VisibilityModifier | Variable 'variables' must be private and have accessor methods. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.StringTokenizer'. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 30 (max allowed is 10). | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 30 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BuildException, FileInputStream, Filter, FiltersFile, Hashtable, Properties, Vector, VectorSet]. | 40 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| design | VisibilityModifier | Variable 'token' must be private and have accessor methods. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 315 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 330 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 378 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 379 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 406 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 406 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 441 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 441 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 535 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 535 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 536 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 537 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 545 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 546 | |
| javadoc | JavadocMethod | Expected @return tag. | 598 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 598 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 598 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 598 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 599 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 600 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 601 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 617 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 638 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 638 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.CompositeMapper' import. Should be before 'org.apache.tools.ant.util.FileNameMapper'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.CompositeMapper' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.ContainerMapper' import. Should be before 'org.apache.tools.ant.util.FileNameMapper'. | 26 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| design | VisibilityModifier | Variable 'classname' must be private and have accessor methods. | 36 | |
| design | VisibilityModifier | Variable 'classpath' must be private and have accessor methods. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| design | VisibilityModifier | Variable 'from' must be private and have accessor methods. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| design | VisibilityModifier | Variable 'to' must be private and have accessor methods. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.FileResourceIterator' import. Should be before 'org.apache.tools.ant.types.resources.Union'. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.FileResourceIterator' import. | 34 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BuildException, File, FileResourceIterator, FileSet, PathElement, PathTokenizer, Union, Vector]. | 66 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 66 | |
| design | VisibilityModifier | Variable 'systemClasspath' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'systemBootClasspath' must be private and have accessor methods. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 329 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 360 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 372 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 385 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 396 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 396 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 404 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 427 | |
| javadoc | JavadocMethod | Expected @return tag. | 505 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 505 | |
| javadoc | JavadocMethod | Expected @param tag for 'relativeName'. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 527 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 538 | |
| javadoc | JavadocMethod | Expected @return tag. | 547 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 547 | |
| javadoc | JavadocMethod | Expected @param tag for 'defValue'. | 547 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 547 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 550 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 551 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 626 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 641 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 673 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 681 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 753 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 759 | |
| javadoc | JavadocMethod | Expected @return tag. | 770 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 770 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 770 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 27 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 27 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BufferedReader, BuildException, FileReader, InvertedPatternSet, NameEntry, StringTokenizer]. | 39 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 288 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 | |
| javadoc | JavadocMethod | Expected @return tag. | 321 | |
| javadoc | JavadocMethod | Expected @param tag for 'list'. | 321 | |
| javadoc | JavadocMethod | Expected @param tag for 'patternfile'. | 357 | |
| javadoc | JavadocMethod | Expected @param tag for 'patternlist'. | 357 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 357 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 367 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 393 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 412 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 426 | |
| javadoc | JavadocMethod | Expected @return tag. | 454 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 454 | |
| javadoc | JavadocMethod | Expected @return tag. | 461 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 461 | |
| javadoc | JavadocMethod | Expected @param tag for 'list'. | 461 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 461 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 467 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 478 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 481 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 495 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 512 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildException, MySM, UnresolvedPermission, java.net.SocketPermission, java.security.Permissions, java.util.PropertyPermission]. | 45 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 259 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| javadoc | JavadocMethod | Expected @return tag. | 302 | |
| javadoc | JavadocMethod | Expected @return tag. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 337 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'java.util.Map'. | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Hashtable' import. Should be before 'java.util.TreeMap'. | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Hashtable' import. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Properties' import. Should be before 'java.util.TreeMap'. | 33 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 10 (max allowed is 5) classes [BuildException, Hashtable, Iterator, MappedResource, Mapper, Mapper.MapperType, Properties, PropertyRef, PropertyResource, RegexpMatcherFactory]. | 48 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 19 (max allowed is 10). | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 174 | |
| javadoc | JavadocMethod | Expected @return tag. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 391 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 400 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 474 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 475 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 476 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 478 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 490 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 558 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.Vector'. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 380 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 440 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 458 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 489 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 503 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 517 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 569 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStream'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 388 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 392 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 403 | |
| javadoc | JavadocMethod | Expected @return tag. | 436 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 436 | |
| javadoc | JavadocMethod | Expected @param tag for 'clazz'. | 436 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.resources.FileProvider' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.resources.FileProvider' should be separated from previous imports. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Project' should be separated from previous import group by one line. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'java.lang.reflect.Method'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileInputStream' import. Should be before 'java.lang.reflect.Method'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.lang.reflect.Method'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'java.lang.reflect.Method'. | 26 | |
| imports | ImportOrder | 'javax.xml.parsers.ParserConfigurationException' should be separated from previous imports. | 32 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous import group by one line. | 38 | |
| imports | ImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous imports. | 38 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 11 (max allowed is 5) classes [BuildException, ExternalResolver, File, FileInputStream, InputSource, InternalResolver, Path, SAXSource, TransformerException, URL, Vector]. | 120 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 28 (max allowed is 10). | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 405 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 405 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 416 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 450 | |
| javadoc | JavadocMethod | Expected @return tag. | 471 | |
| javadoc | JavadocMethod | Expected @return tag. | 493 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 529 | |
| javadoc | JavadocMethod | Expected @param tag for 'source'. | 565 | |
| javadoc | JavadocMethod | Expected @throws tag for 'TransformerException'. | 565 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 591 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 610 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 610 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 611 | |
| javadoc | JavadocMethod | Expected @param tag for 'matchingEntry'. | 625 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 627 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 673 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 680 | |
| javadoc | JavadocMethod | Expected @param tag for 'matchingEntry'. | 699 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 721 | |
| javadoc | JavadocMethod | Expected @param tag for 'matchingEntry'. | 736 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 738 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 775 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 795 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 795 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 795 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 797 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 797 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 797 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 809 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 814 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 814 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 815 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 839 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 839 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 839 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildException, File, ResourceLocation, SAXSource, TransformerException, URL]. | 902 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 902 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 914 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 950 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 950 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 951 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 976 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 993 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1001 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1001 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1001 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1056 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1080 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1110 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 1118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.FileProvider' import. Should be before 'org.apache.tools.ant.types.resources.ZipResource'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.FileProvider' import. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 21 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirs'. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.Reader' import. Should be before 'java.io.StringReader'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Vector' | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group by one line. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'org.apache.tools.ant.BuildException'. | 41 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.filters.TokenFilter'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.filters.TokenFilter'. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.ArrayList' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'org.apache.tools.ant.BuildException'. | 88 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Project' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.Project' should be separated from previous imports. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.DirectoryScanner' import. Should be before 'org.apache.tools.ant.Project'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.DirectoryScanner' import. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 164 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.BasicStroke' import. Should be before 'javax.media.jai.PlanarImage'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.awt.BasicStroke' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.Graphics2D' import. Should be before 'javax.media.jai.PlanarImage'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.geom.Arc2D' import. Should be before 'javax.media.jai.PlanarImage'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.image.BufferedImage' import. Should be before 'javax.media.jai.PlanarImage'. | 24 | |
| design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 31 | |
| design | VisibilityModifier | Variable 'height' must be private and have accessor methods. | 32 | |
| design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 33 | |
| design | VisibilityModifier | Variable 'stop' must be private and have accessor methods. | 34 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'stroke_width' must be private and have accessor methods. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| design | VisibilityModifier | Variable 'fill' must be private and have accessor methods. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| design | VisibilityModifier | Variable 'stroke' must be private and have accessor methods. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.Graphics2D' import. Should be before 'javax.media.jai.PlanarImage'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.awt.Graphics2D' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.image.BufferedImage' import. Should be before 'javax.media.jai.PlanarImage'. | 22 | |
| design | VisibilityModifier | Variable 'xloc' must be private and have accessor methods. | 30 | |
| design | VisibilityModifier | Variable 'yloc' must be private and have accessor methods. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.BasicStroke' import. Should be before 'javax.media.jai.PlanarImage'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.awt.BasicStroke' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.Graphics2D' import. Should be before 'javax.media.jai.PlanarImage'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.geom.Ellipse2D' import. Should be before 'javax.media.jai.PlanarImage'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.image.BufferedImage' import. Should be before 'javax.media.jai.PlanarImage'. | 24 | |
| design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 32 | |
| design | VisibilityModifier | Variable 'height' must be private and have accessor methods. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.Vector' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 21 | |
| imports | ImportOrder | Wrong order for 'java.util.Vector' import. | 21 | |
| design | VisibilityModifier | Variable 'instructions' must be private and have accessor methods. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.BasicStroke' import. Should be before 'javax.media.jai.PlanarImage'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.awt.BasicStroke' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.Graphics2D' import. Should be before 'javax.media.jai.PlanarImage'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.image.BufferedImage' import. Should be before 'javax.media.jai.PlanarImage'. | 23 | |
| design | VisibilityModifier | Variable 'width' must be private and have accessor methods. | 31 | |
| design | VisibilityModifier | Variable 'height' must be private and have accessor methods. | 32 | |
| design | VisibilityModifier | Variable 'arcwidth' must be private and have accessor methods. | 33 | |
| design | VisibilityModifier | Variable 'archeight' must be private and have accessor methods. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.media.jai.InterpolationNearest' import. Should be before 'javax.media.jai.PlanarImage'. | 21 | |
| imports | ImportOrder | Wrong order for 'javax.media.jai.InterpolationNearest' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'javax.media.jai.JAI' import. Should be before 'javax.media.jai.PlanarImage'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.image.renderable.ParameterBlock' import. Should be before 'javax.media.jai.PlanarImage'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.awt.image.renderable.ParameterBlock' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.image.BufferedImage' import. Should be before 'javax.media.jai.PlanarImage'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.awt.image.BufferedImage' import. | 24 | |
| design | VisibilityModifier | Variable 'angle' must be private and have accessor methods. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'javax.media.jai.JAI' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'javax.media.jai.JAI' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'javax.media.jai.PlanarImage' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.awt.image.BufferedImage' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | ImportOrder | Wrong order for 'java.awt.image.BufferedImage' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.awt.image.renderable.ParameterBlock' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.Color' import. Should be before 'javax.media.jai.PlanarImage'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.awt.Color' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.Font' import. Should be before 'javax.media.jai.PlanarImage'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.FontMetrics' import. Should be before 'javax.media.jai.PlanarImage'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.Graphics2D' import. Should be before 'javax.media.jai.PlanarImage'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.RenderingHints' import. Should be before 'javax.media.jai.PlanarImage'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.awt.image.BufferedImage' import. Should be before 'javax.media.jai.PlanarImage'. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.xml.resolver.helpers.PublicId' | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.net.MalformedURLException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.types.XMLCatalog' | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.ResourceLocation' import. Should be before 'org.apache.tools.ant.types.XMLCatalog'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.ResourceLocation' import. | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.xml.resolver.Catalog' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.xml.resolver.tools.CatalogResolver' | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Path' import. Should be before 'org.apache.tools.ant.types.Resource'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Path' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Reference' import. Should be before 'org.apache.tools.ant.types.Resource'. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.io.FilterInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.FilterInputStream' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.io.InputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.util.Stack' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 129 | |
| javadoc | JavadocMethod | Expected @return tag. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Reference' import. Should be before 'org.apache.tools.ant.types.ResourceCollection'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Reference' import. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 24 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 41 | |
| javadoc | JavadocMethod | Expected @return tag. | 51 | |
| javadoc | JavadocMethod | Expected @return tag. | 63 | |
| javadoc | JavadocMethod | Expected @return tag. | 74 | |
| javadoc | JavadocMethod | Expected @return tag. | 89 | |
| javadoc | JavadocMethod | Expected @return tag. | 147 | |
| javadoc | JavadocMethod | Expected @return tag. | 162 | |
| javadoc | JavadocMethod | Expected @param tag for 'afs'. | 162 | |
| javadoc | JavadocMethod | Expected @param tag for 'src'. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStream'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.Stack'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.Stack'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'java.util.Stack'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'java.util.Stack'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 29 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Resource' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Resource' should be separated from previous imports. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStream'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 21 | |
| javadoc | JavadocMethod | Expected @return tag. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for 'clazz'. | 116 | |
| javadoc | JavadocMethod | Expected @return tag. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'java.util.Set'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.Set'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.NoSuchElementException' import. Should be before 'java.util.WeakHashMap'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.NoSuchElementException' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ConcurrentModificationException' import. Should be before 'java.util.WeakHashMap'. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.ConcurrentModificationException' import. | 25 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Resource' should be separated from previous import group by one line. | 26 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Resource' should be separated from previous imports. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileInputStream' import. Should be before 'java.io.OutputStream'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.FileInputStream' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileOutputStream' import. Should be before 'java.io.OutputStream'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Resource' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Resource' import. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Reference' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Reference' import. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.ResourceFactory' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 32 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 326 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 384 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.Vector'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'java.util.Vector'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.DirectoryScanner' import. Should be before 'org.apache.tools.ant.Project'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.PatternSet' import. Should be before 'org.apache.tools.ant.types.Reference'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.PatternSet' import. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.selectors.AbstractSelectorContainer' import. Should be before 'org.apache.tools.ant.types.selectors.FileSelector'. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.selectors.AbstractSelectorContainer' import. | 33 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 385 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 437 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 496 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 497 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 498 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.Iterator'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'java.util.Iterator'. | 22 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Resource' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Resource' should be separated from previous imports. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStream'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.List'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.List'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'java.util.List'. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.ByteArrayInputStream' import. Should be before 'java.io.InputStream'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.Iterator'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'java.util.Iterator'. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Resource' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Resource' should be separated from previous imports. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'next' must be private and have accessor methods. | 78 | |
| design | VisibilityModifier | Variable 'ended' must be private and have accessor methods. | 80 | |
| design | VisibilityModifier | Variable 'it' must be private and have accessor methods. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| design | VisibilityModifier | Variable 'cusrsor' must be private and have accessor methods. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'managingComponent'. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.File. | 20 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 21 | |
| javadoc | JavadocMethod | Expected @return tag. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 57 | |
| javadoc | JavadocMethod | Expected @return tag. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 76 | |
| javadoc | JavadocMethod | Expected @return tag. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Expected @return tag. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'other'. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 25 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'cache'. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Unused @param tag for 'b'. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirs'. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.ByteArrayInputStream' import. Should be before 'java.io.OutputStream'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStream'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Reference' import. Should be before 'org.apache.tools.ant.types.Resource'. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Reference' import. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| javadoc | JavadocMethod | Expected @return tag. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [BufferedInputStream, BufferedReader, BuildException, ChainReaderHelper, FileResource, InputStreamReader, URLResource, Union, Vector]. | 46 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 20 (max allowed is 10). | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'rc'. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 99 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.Vector'. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'java.util.Vector'. | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'java.util.Vector'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.AbstractCollection' import. Should be before 'java.util.Vector'. | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.AbstractCollection' import. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.NoSuchElementException' import. Should be before 'java.util.Vector'. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 32 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [FailFast, Iterator, MyCollection, NoSuchElementException, ResourceCollection, Vector]. | 43 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.Stack'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'java.util.Stack'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'java.util.Stack'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.comparators.DelegatedResourceComparator' import. Should be before 'org.apache.tools.ant.types.resources.comparators.ResourceComparator'. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.comparators.DelegatedResourceComparator' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FilterOutputStream' import. Should be before 'java.io.OutputStream'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.FilterOutputStream' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.ByteArrayInputStream' import. Should be before 'java.io.OutputStream'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.ByteArrayOutputStream' import. Should be before 'java.io.OutputStream'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Reference' import. Should be before 'org.apache.tools.ant.types.Resource'. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Reference' import. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.OutputStream'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStreamReader'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.Stack'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collection' import. Should be before 'java.util.Stack'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'java.util.Stack'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 29 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.MalformedURLException' import. Should be before 'java.net.URLConnection'. | 28 | |
| imports | ImportOrder | Wrong order for 'java.net.MalformedURLException' import. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Reference' import. Should be before 'org.apache.tools.ant.types.Resource'. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Reference' import. | 33 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'base'. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 425 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.OutputStream'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FilterInputStream' import. Should be before 'java.io.OutputStream'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.FilterInputStream' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Reference' import. Should be before 'org.apache.tools.ant.types.ResourceCollection'. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Reference' import. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.zip.ZipEntry' import. Should be before 'org.apache.tools.zip.ZipFile'. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.zip.ZipEntry' import. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.zip.ZipExtraField' import. Should be before 'org.apache.tools.zip.ZipFile'. | 34 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Expected @return tag. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.Vector'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Resource' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Resource' should be separated from previous imports. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Quantifier' import. Should be before 'org.apache.tools.ant.types.Resource'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Quantifier' import. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.comparators.DelegatedResourceComparator' import. Should be before 'org.apache.tools.ant.types.resources.comparators.ResourceComparator'. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.comparators.DelegatedResourceComparator' import. | 31 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.text.ParseException' import. Should be before 'java.text.SimpleDateFormat'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.text.ParseException' import. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.ProjectHelper'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.ComponentHelper' import. Should be before 'org.apache.tools.ant.ProjectHelper'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.AntTypeDefinition' import. Should be before 'org.apache.tools.ant.ProjectHelper'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntTypeDefinition' import. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Expected @return tag. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.Stack'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'java.util.Stack'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Comparison' import. Should be before 'org.apache.tools.ant.types.Resource'. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Comparison' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.EnumeratedAttribute' import. Should be before 'org.apache.tools.ant.types.Resource'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.EnumeratedAttribute' import. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 29 (max allowed is 10). | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 324 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'parameters' must be private and have accessor methods. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 29 (max allowed is 10). | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 188 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.text.ParseException' import. Should be before 'java.text.SimpleDateFormat'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.text.ParseException' import. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'min' must be private and have accessor methods. | 38 | |
| design | VisibilityModifier | Variable 'max' must be private and have accessor methods. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.util.FileUtils'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.AntClassLoader' import. Should be before 'org.apache.tools.ant.Project'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntClassLoader' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 26 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.types.Mapper'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.FileNameMapper' import. Should be before 'org.apache.tools.ant.util.IdentityMapper'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.FileNameMapper' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.FileUtils' import. Should be before 'org.apache.tools.ant.util.IdentityMapper'. | 25 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 27 | |
| design | VisibilityModifier | Variable 'targetdir' must be private and have accessor methods. | 40 | |
| design | VisibilityModifier | Variable 'mapperElement' must be private and have accessor methods. | 41 | |
| design | VisibilityModifier | Variable 'map' must be private and have accessor methods. | 42 | |
| design | VisibilityModifier | Variable 'granularity' must be private and have accessor methods. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Resource' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Resource' should be separated from previous imports. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'java.util.Enumeration'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Expected @return tag. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Project' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.Project' should be separated from previous imports. | 22 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 213 | |
| javadoc | JavadocMethod | Expected @return tag. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 221 | |
| javadoc | JavadocMethod | Expected @param tag for 'tokenizedPattern'. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 221 | |
| javadoc | JavadocMethod | Expected @param tag for 'strDirs'. | 221 | |
| javadoc | JavadocMethod | Expected @param tag for 'isCaseSensitive'. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 298 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 340 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 340 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 488 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 497 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 512 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 525 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 525 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 528 | |
| javadoc | JavadocMethod | Expected @return tag. | 542 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 542 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 542 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 542 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 543 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 545 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 564 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 576 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 583 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 666 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 666 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 682 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 691 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 691 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.DataType' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.DataType' should be separated from previous imports. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.condition.IsSigned' import. Should be before 'org.apache.tools.ant.types.DataType'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.condition.IsSigned' import. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 223 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Expected @return tag. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Expected @return tag. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Expected @return tag. | 163 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 187 | |
| javadoc | JavadocMethod | Expected @return tag. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Expected @return tag. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'caseSensitive'. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Expected @return tag. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Expected @return tag. | 109 | |
| javadoc | JavadocMethod | Expected @return tag. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for 'pat'. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 146 | |
| javadoc | JavadocMethod | Expected @return tag. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 154 | |
| javadoc | JavadocMethod | Expected @return tag. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Resource' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Resource' should be separated from previous imports. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group by one line. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Iterator' should be separated from previous import group by one line. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.zip.CRC32' import. Should be before 'java.util.zip.Checksum'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.zip.CRC32' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.zip.Adler32' import. Should be before 'java.util.zip.Checksum'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.zip.Adler32' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.zip.CheckedInputStream' import. Should be before 'java.util.zip.Checksum'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'java.util.zip.Checksum'. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileInputStream' import. Should be before 'java.util.zip.Checksum'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'java.util.zip.Checksum'. | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedInputStream' import. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.security.NoSuchAlgorithmException' import. Should be before 'java.util.zip.Checksum'. | 29 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 30 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 30 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [Adler32, BufferedInputStream, BuildException, CRC32, CheckedInputStream, FileInputStream, NoSuchAlgorithmException]. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group by one line. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.security.DigestInputStream' import. Should be before 'java.util.Locale'. | 25 | |
| imports | ImportOrder | Wrong order for 'java.security.DigestInputStream' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.security.MessageDigest' import. Should be before 'java.util.Locale'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.security.NoSuchAlgorithmException' import. Should be before 'java.util.Locale'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.security.NoSuchProviderException' import. Should be before 'java.util.Locale'. | 28 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 29 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 185 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Comparator' should be separated from previous import group by one line. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileReader' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.io.Reader' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Project' should be separated from previous import group by one line. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.IntrospectionHelper' import. Should be before 'org.apache.tools.ant.Project'. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.IntrospectionHelper' import. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildListener' import. Should be before 'org.apache.tools.ant.Project'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildEvent' import. Should be before 'org.apache.tools.ant.Project'. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildEvent' import. | 33 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 14 (max allowed is 5) classes [AlgorithmName, BuildException, CacheName, ChecksumAlgorithm, ComparatorName, DigestAlgorithm, EqualComparator, File, FileResource, HashvalueAlgorithm, Parameter, Project, PropertiesfileCache, Vector]. | 145 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 27 (max allowed is 10). | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 285 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 399 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 418 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 440 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 464 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 479 | |
| javadoc | JavadocMethod | Expected @return tag. | 493 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 493 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 493 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 503 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 504 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 539 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 548 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 557 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 672 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 719 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 720 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 752 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 755 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 758 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 773 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 773 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 792 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 906 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 936 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 966 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Iterator' should be separated from previous import group by one line. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Enumeration' import. Should be before 'java.util.Vector'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Enumeration' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Properties' import. Should be before 'java.util.Vector'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'java.util.Vector'. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'java.util.Vector'. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedInputStream' import. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileInputStream' import. Should be before 'java.util.Vector'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedOutputStream' import. Should be before 'java.util.Vector'. | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedOutputStream' import. | 29 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileOutputStream' import. Should be before 'java.util.Vector'. | 30 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BufferedInputStream, BufferedOutputStream, FileInputStream, FileOutputStream, Properties, Vector]. | 58 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 139 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.ProjectComponent'. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.ProjectComponent'. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'java.util.List'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.List'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.List'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.MagicNames' import. Should be before 'org.apache.tools.ant.ProjectComponent'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.MagicNames' import. | 24 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 246 | |
| javadoc | JavadocMethod | Expected @return tag. | 285 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 310 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 311 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| javadoc | JavadocMethod | Expected @return tag. | 418 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 426 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'c'. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for '<K>'. | 130 | |
| javadoc | JavadocMethod | Expected @param tag for '<V>'. | 130 | |
| javadoc | JavadocMethod | Expected @param tag for '<E>'. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for '<E>'. | 179 | |
| javadoc | JavadocMethod | Expected @param tag for '<E>'. | 195 | |
| javadoc | JavadocMethod | Expected @return tag. | 214 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 214 | |
| javadoc | JavadocMethod | Expected @param tag for 'iter'. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocMethod | Expected @return tag. | 251 | |
| javadoc | JavadocMethod | Expected @param tag for 'c'. | 251 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 251 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'java.io.InputStream'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedInputStream' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStream'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileInputStream' import. Should be before 'java.io.InputStream'. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.FileInputStream' import. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedInputStream' import. Should be before 'java.io.InputStream'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedInputStream' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStream'. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Iterator' import. Should be before 'java.util.List'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'java.util.List'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Collections' import. Should be before 'java.util.List'. | 24 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Mapper' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Mapper' should be separated from previous imports. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.w3c.dom.Attr' should be separated from previous import group by one line. | 29 | |
| imports | ImportOrder | 'org.w3c.dom.Attr' should be separated from previous imports. | 29 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 159 | |
| design | VisibilityModifier | Variable 'knownEntities' must be private and have accessor methods. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 306 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 331 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 352 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 353 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 387 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 421 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 421 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 432 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 432 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 436 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 436 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 436 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 491 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 491 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 517 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 517 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 550 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 575 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 611 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 622 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 622 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 631 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 631 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 632 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.ProjectComponent' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.ProjectComponent' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 13 (max allowed is 5) classes [BuildException, DecimalFormat, File, FileResource, FilenameFilter, IOException, InputStream, InputStreamReader, PathTokenizer, Random, Stack, StringTokenizer, URL]. | 60 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 28 (max allowed is 10). | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 188 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 240 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 408 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 442 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 478 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 478 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 517 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 517 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 557 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 557 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 601 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 609 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 630 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 654 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 697 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 697 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 704 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 734 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 736 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 741 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 775 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 775 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 783 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 824 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 826 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 827 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 828 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 835 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 837 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 897 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 897 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 901 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 924 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 924 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 927 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 987 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 987 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1044 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1059 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1085 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1086 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1180 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1233 | |
| javadoc | JavadocMethod | Expected @return tag. | 1264 | |
| javadoc | JavadocMethod | Expected @param tag for 'f1'. | 1264 | |
| javadoc | JavadocMethod | Expected @param tag for 'f2'. | 1264 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 1264 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1374 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1376 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1380 | |
| javadoc | JavadocMethod | Expected @param tag for 'f'. | 1565 | |
| javadoc | JavadocMethod | Expected @param tag for 'f'. | 1576 | |
| javadoc | JavadocMethod | Expected @param tag for 'runGC'. | 1576 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1606 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1607 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1608 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1611 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1612 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 1659 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1659 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1660 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1673 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1687 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1709 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| design | VisibilityModifier | Variable 'fromPrefix' must be private and have accessor methods. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| design | VisibilityModifier | Variable 'fromPostfix' must be private and have accessor methods. | 47 | |
| design | VisibilityModifier | Variable 'prefixLength' must be private and have accessor methods. | 52 | |
| design | VisibilityModifier | Variable 'postfixLength' must be private and have accessor methods. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| design | VisibilityModifier | Variable 'toPrefix' must be private and have accessor methods. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| design | VisibilityModifier | Variable 'toPostfix' must be private and have accessor methods. | 67 | |
| javadoc | JavadocMethod | Expected @return tag. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for '<E>'. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | 'javax.xml.parsers.DocumentBuilder' should be separated from previous imports. | 21 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 27 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 27 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 | |
| javadoc | JavadocMethod | Expected @param tag for 'factory'. | 212 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 213 | |
| javadoc | JavadocMethod | Expected @return tag. | 229 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 229 | |
| javadoc | JavadocMethod | Expected @return tag. | 243 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 164 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 172 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 179 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 186 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 245 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 260 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 320 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 361 | |
| javadoc | JavadocMethod | Expected @return tag. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| javadoc | JavadocMethod | Expected @param tag for 'command'. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 408 | |
| javadoc | JavadocMethod | Expected @param tag for 'dirName'. | 408 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 408 | |
| javadoc | JavadocMethod | Expected @param tag for 'commandName'. | 408 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 548 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 568 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 64 | |
| javadoc | JavadocMethod | Expected @return tag. | 74 | |
| javadoc | JavadocMethod | Expected @return tag. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'ps'. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [Blank, BufferedReader, ByteArrayInputStream, Comment, FileOutputStream, InputStreamReader, OutputStreamWriter, Pair, PushbackReader]. | 80 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 18 (max allowed is 10). | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| javadoc | JavadocMethod | Expected @return tag. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 312 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 355 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 382 | |
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 382 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 382 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 419 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 437 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 437 | |
| javadoc | JavadocMethod | Expected @param tag for 'i'. | 493 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 494 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 505 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 518 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 518 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 532 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 532 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 539 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 540 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 570 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 620 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 622 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 626 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 626 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 630 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 630 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 639 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 648 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 659 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 660 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 663 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 668 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 672 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 672 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 676 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 676 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 680 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 680 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 685 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 689 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 693 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 705 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 705 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 721 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 721 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 721 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 721 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 738 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 738 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 755 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 755 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 755 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Enumeration' import. Should be before 'java.util.Hashtable'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.util.Enumeration' import. | 21 | |
| design | VisibilityModifier | Variable 'initAllDone' must be private and have accessor methods. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.Task'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Project' import. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.Reader'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 31 | |
| design | VisibilityModifier | Variable 'mergedFile' must be private and have accessor methods. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'to'. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'fallback'. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| misc | UncommentedMain | Uncommented main method found. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 52 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.lang.reflect.Field' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Field' import. | 24 | |
| javadoc | JavadocMethod | Expected @return tag. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'ofClass'. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'argTypes'. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 46 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| design | VisibilityModifier | Variable 'reg' must be private and have accessor methods. | 37 | |
| design | VisibilityModifier | Variable 'to' must be private and have accessor methods. | 38 | |
| design | VisibilityModifier | Variable 'result' must be private and have accessor methods. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Iterator. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.ResourceFactory' import. Should be before 'org.apache.tools.ant.types.TimeComparison'. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.ResourceFactory' import. | 42 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.ResourceCollection' import. Should be before 'org.apache.tools.ant.types.TimeComparison'. | 43 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.ResourceCollection' import. | 43 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.FilterSetCollection' import. Should be before 'org.apache.tools.ant.types.TimeComparison'. | 44 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.FilterSetCollection' import. | 44 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.Restrict' import. Should be before 'org.apache.tools.ant.types.resources.Union'. | 49 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.Restrict' import. | 49 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.Resources' import. Should be before 'org.apache.tools.ant.types.resources.Union'. | 50 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.resources.Resources' import. | 50 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.StringResource' import. Should be before 'org.apache.tools.ant.types.resources.Union'. | 51 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.resources.Touchable' import. Should be before 'org.apache.tools.ant.types.resources.Union'. | 52 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 18 (max allowed is 5) classes [BufferedInputStream, BufferedReader, BufferedWriter, ChainReaderHelper, Date, FileInputStream, FileOutputStream, FileResource, IOException, InputStreamReader, LineTokenizer, OutputStreamWriter, ReadOnlyTargetFileException, Resource, ResourceSelector, ResourceSelectorProvider, Restrict, Union]. | 64 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 35 (max allowed is 10). | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 198 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 346 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 386 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 386 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 619 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 621 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 658 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 662 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 663 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 696 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 697 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 715 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 720 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 721 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 766 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 804 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 825 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 839 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 846 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'java.util.Map' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.util.HashMap' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.FileNotFoundException' import. Should be before 'java.io.Reader'. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStreamReader' import. Should be before 'java.io.Reader'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.ProjectComponent'. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Project' import. | 31 | |
| imports | CustomImportOrder | Import statement for 'java.util.Map' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 35 | |
| imports | CustomImportOrder | Import statement for 'java.util.HashMap' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 36 | |
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 37 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| javadoc | JavadocMethod | Expected @return tag. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Task' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.Task' should be separated from previous imports. | 23 | |
| design | VisibilityModifier | Variable 'task' must be private and have accessor methods. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 31 | |
| javadoc | JavadocMethod | Expected @param tag for 'parent'. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.ProjectComponent' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.ProjectComponent' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.PrintWriter' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.PrintWriter' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'java.io.StringWriter' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.util.Vector' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 198 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 266 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.Task' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.Task' should be separated from previous imports. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 178 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'BuildException'. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.OutputStream'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.Reader'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStream'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'n'. | 84 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Unused @param tag for 'off'. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 109 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'ch'. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'index'. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Expected @return tag. | 108 | |
| javadoc | JavadocMethod | Expected @param tag for 'index'. | 108 | |
| javadoc | JavadocMethod | Expected @param tag for 'c'. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.lang.ref.WeakReference' should be separated from previous import group by one line. | 22 | |
| javadoc | JavadocMethod | Expected @param tag for 'reference'. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Task'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.DynamicElementNS' | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.DynamicElementNS' import. Should be before 'org.w3c.dom.Text'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.DynamicElementNS' import. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.ProjectComponent' import. Should be before 'org.w3c.dom.Text'. | 28 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.DynamicConfiguratorNS' import. Should be before 'org.w3c.dom.Text'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.DynamicConfiguratorNS' import. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Path' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Path' should be separated from previous imports. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Path' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Path' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.bcel.classfile.ClassParser' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.bcel.classfile.ClassParser' should be separated from previous imports. | 24 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.bcel.classfile.ConstantClass' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.bcel.classfile.ConstantClass' should be separated from previous imports. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.bcel.classfile.ConstantNameAndType' import. Should be before 'org.apache.bcel.classfile.Method'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.bcel.classfile.ConstantNameAndType' import. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.bcel.classfile.ClassParser' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.bcel.classfile.ClassParser' should be separated from previous imports. | 24 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.net.ProxySelector' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | ImportOrder | Wrong order for 'java.net.ProxySelector' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.net.URI' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.net.URISyntaxException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | CustomImportOrder | Import statement for 'java.net.Proxy' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | ImportOrder | Wrong order for 'java.net.Proxy' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'java.net.SocketAddress' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.net.InetSocketAddress' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | ImportOrder | Wrong order for 'java.net.InetSocketAddress' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.net.InetAddress' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | ImportOrder | Wrong order for 'java.net.InetAddress' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.util.ScriptRunnerBase' should be separated from previous imports. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.util.ReflectWrapper' import. Should be before 'org.apache.tools.ant.util.ScriptRunnerBase'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.ReflectWrapper' import. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Expected @return tag. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.ExitException' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.tools.ant.ExitException' should be separated from previous imports. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.bsf.BSFEngine' import. Should be before 'org.apache.bsf.BSFManager'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.bsf.BSFEngine' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.util.Hashtable' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Hashtable' import. | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.util.ReflectUtil' | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.oro.text.regex.MatchResult' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.oro.text.regex.MatchResult' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| design | VisibilityModifier | Variable 'compiler' must be private and have accessor methods. | 36 | |
| design | VisibilityModifier | Variable 'matcher' must be private and have accessor methods. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.regexp.RE' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.regexp.RE' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.regexp.RE' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.apache.regexp.RE' should be separated from previous imports. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 25 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.MagicNames' import. Should be before 'org.apache.tools.ant.Project'. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.MagicNames' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 94 | |
| coding | IllegalCatch | Catching 'Throwable' is not allowed. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'last'. | 186 | |
| javadoc | JavadocMethod | Expected @param tag for 'fmap'. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'zz1'. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'zz2'. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'fmap'. | 312 | |
| javadoc | JavadocMethod | Expected @param tag for 'yyp1'. | 312 | |
| javadoc | JavadocMethod | Expected @param tag for 'yyp2'. | 312 | |
| javadoc | JavadocMethod | Expected @param tag for 'yyn'. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 447 | |
| javadoc | JavadocMethod | Unused @param tag for 'off'. | 468 | |
| javadoc | JavadocMethod | Expected @return tag. | 594 | |
| javadoc | JavadocMethod | Expected @param tag for 'dataShadow'. | 594 | |
| javadoc | JavadocMethod | Expected @param tag for 'lo'. | 595 | |
| javadoc | JavadocMethod | Expected @param tag for 'hi'. | 595 | |
| javadoc | JavadocMethod | Expected @param tag for 'd'. | 595 | |
| javadoc | JavadocMethod | Expected @param tag for 'lastShadow'. | 596 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 786 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 795 | |
| javadoc | JavadocMethod | Expected @param tag for 'dataShadow'. | 807 | |
| javadoc | JavadocMethod | Expected @param tag for 'loSt'. | 808 | |
| javadoc | JavadocMethod | Expected @param tag for 'hiSt'. | 808 | |
| javadoc | JavadocMethod | Expected @param tag for 'dSt'. | 808 | |
| javadoc | JavadocMethod | Expected @param tag for 'last'. | 809 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 915 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'in'. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 361 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 411 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 435 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 455 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 459 | |
| javadoc | JavadocMethod | Expected @param tag for 'limit'. | 466 | |
| javadoc | JavadocMethod | Expected @param tag for 'base'. | 467 | |
| javadoc | JavadocMethod | Expected @param tag for 'perm'. | 468 | |
| javadoc | JavadocMethod | Expected @param tag for 'length'. | 469 | |
| javadoc | JavadocMethod | Expected @param tag for 'minLen'. | 470 | |
| javadoc | JavadocMethod | Expected @param tag for 'maxLen'. | 471 | |
| javadoc | JavadocMethod | Expected @param tag for 'alphaSize'. | 472 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 508 | |
| javadoc | JavadocMethod | Expected @param tag for 'alphaSize'. | 592 | |
| javadoc | JavadocMethod | Expected @param tag for 'nGroups'. | 593 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 620 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 806 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 840 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 878 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 903 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 921 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 949 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 962 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 976 | |
| design | VisibilityModifier | Variable 'inUse' must be private and have accessor methods. | 993 | |
| design | VisibilityModifier | Variable 'seqToUnseq' must be private and have accessor methods. | 995 | |
| design | VisibilityModifier | Variable 'selector' must be private and have accessor methods. | 996 | |
| design | VisibilityModifier | Variable 'selectorMtf' must be private and have accessor methods. | 997 | |
| design | VisibilityModifier | Variable 'unzftab' must be private and have accessor methods. | 1003 | |
| design | VisibilityModifier | Variable 'limit' must be private and have accessor methods. | 1005 | |
| design | VisibilityModifier | Variable 'base' must be private and have accessor methods. | 1006 | |
| design | VisibilityModifier | Variable 'perm' must be private and have accessor methods. | 1007 | |
| design | VisibilityModifier | Variable 'minLens' must be private and have accessor methods. | 1008 | |
| design | VisibilityModifier | Variable 'cftab' must be private and have accessor methods. | 1010 | |
| design | VisibilityModifier | Variable 'getAndMoveToFrontDecode_yy' must be private and have accessor methods. | 1011 | |
| design | VisibilityModifier | Variable 'temp_charArray2d' must be private and have accessor methods. | 1012 | |
| design | VisibilityModifier | Variable 'recvDecodingTables_pos' must be private and have accessor methods. | 1013 | |
| design | VisibilityModifier | Variable 'tt' must be private and have accessor methods. | 1017 | |
| design | VisibilityModifier | Variable 'll8' must be private and have accessor methods. | 1018 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1023 | |
| javadoc | JavadocMethod | Expected @return tag. | 1037 | |
| javadoc | JavadocMethod | Expected @param tag for 'length'. | 1037 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1053 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'len'. | 219 | |
| javadoc | JavadocMethod | Expected @param tag for 'freq'. | 219 | |
| javadoc | JavadocMethod | Expected @param tag for 'alphaSize'. | 220 | |
| javadoc | JavadocMethod | Expected @param tag for 'maxLen'. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 375 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 667 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 731 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 765 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 784 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 796 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 837 | |
| javadoc | JavadocMethod | Expected @return tag. | 858 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 889 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 889 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 910 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 925 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 934 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 949 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 953 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 960 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1003 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1038 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1353 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1400 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1406 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1417 | |
| design | VisibilityModifier | Variable 'inUse' must be private and have accessor methods. | 1524 | |
| design | VisibilityModifier | Variable 'unseqToSeq' must be private and have accessor methods. | 1525 | |
| design | VisibilityModifier | Variable 'mtfFreq' must be private and have accessor methods. | 1526 | |
| design | VisibilityModifier | Variable 'selector' must be private and have accessor methods. | 1527 | |
| design | VisibilityModifier | Variable 'selectorMtf' must be private and have accessor methods. | 1528 | |
| design | VisibilityModifier | Variable 'generateMTFValues_yy' must be private and have accessor methods. | 1530 | |
| design | VisibilityModifier | Variable 'sendMTFValues_len' must be private and have accessor methods. | 1531 | |
| design | VisibilityModifier | Variable 'sendMTFValues_rfreq' must be private and have accessor methods. | 1533 | |
| design | VisibilityModifier | Variable 'sendMTFValues_fave' must be private and have accessor methods. | 1535 | |
| design | VisibilityModifier | Variable 'sendMTFValues_cost' must be private and have accessor methods. | 1536 | |
| design | VisibilityModifier | Variable 'sendMTFValues_code' must be private and have accessor methods. | 1537 | |
| design | VisibilityModifier | Variable 'sendMTFValues2_pos' must be private and have accessor methods. | 1539 | |
| design | VisibilityModifier | Variable 'sentMTFValues4_inUse16' must be private and have accessor methods. | 1540 | |
| design | VisibilityModifier | Variable 'heap' must be private and have accessor methods. | 1542 | |
| design | VisibilityModifier | Variable 'weight' must be private and have accessor methods. | 1543 | |
| design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 1544 | |
| design | VisibilityModifier | Variable 'block' must be private and have accessor methods. | 1552 | |
| design | VisibilityModifier | Variable 'fmap' must be private and have accessor methods. | 1555 | |
| design | VisibilityModifier | Variable 'sfmap' must be private and have accessor methods. | 1556 | |
| design | VisibilityModifier | Variable 'origPtr' must be private and have accessor methods. | 1567 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1569 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| design | VisibilityModifier | Variable 'globalCrc' must be private and have accessor methods. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedOutputStream' import. Should be before 'java.io.PrintStream'. | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedOutputStream' import. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.OutputStream' import. Should be before 'java.io.PrintStream'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.InetAddress' import. Should be before 'java.net.Socket'. | 34 | |
| imports | ImportOrder | Wrong order for 'java.net.InetAddress' import. | 34 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Enumeration' import. Should be before 'java.util.Vector'. | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.Enumeration' import. | 36 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BufferedOutputStream, ErrorInQuitException, IOException, MailPrintStream, SmtpResponseReader, Socket, Vector]. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 251 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 333 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 334 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 392 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 402 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 410 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 414 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 414 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 418 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 423 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 428 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 442 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 442 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 451 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 451 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 461 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 490 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 496 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 509 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 515 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 519 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 519 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStream'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.BufferedReader' import. Should be before 'java.io.InputStream'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 23 | |
| design | VisibilityModifier | Variable 'reader' must be private and have accessor methods. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'line'. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.OutputStream'. | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| javadoc | JavadocMethod | Expected @param tag for 'inStream'. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'outStream'. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'blockSize'. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'recordSize'. | 120 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 238 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 403 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 423 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 277 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 285 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 379 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 388 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 406 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 415 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 460 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 469 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 478 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 487 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 508 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 508 | |
| javadoc | JavadocMethod | Expected @return tag. | 718 | |
| javadoc | JavadocMethod | Expected @return tag. | 731 | |
| javadoc | JavadocMethod | Expected @return tag. | 738 | |
| javadoc | JavadocMethod | Expected @return tag. | 745 | |
| javadoc | JavadocMethod | Expected @return tag. | 752 | |
| javadoc | JavadocMethod | Expected @return tag. | 759 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 774 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 814 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 857 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 898 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 902 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 957 | |
| javadoc | JavadocMethod | Expected @return tag. | 976 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 976 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 976 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileName'. | 976 | |
| javadoc | JavadocMethod | Expected @param tag for 'preserveLeadingSlashes'. | 977 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 978 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1040 | |
| javadoc | JavadocMethod | Expected @param tag for 'expected'. | 1040 | |
| javadoc | JavadocMethod | Expected @param tag for 'buffer'. | 1040 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 1041 | |
| javadoc | JavadocMethod | Expected @param tag for 'length'. | 1041 | |
| javadoc | JavadocMethod | Expected @param tag for 'buffer1'. | 1065 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset1'. | 1065 | |
| javadoc | JavadocMethod | Expected @param tag for 'length1'. | 1065 | |
| javadoc | JavadocMethod | Expected @param tag for 'buffer2'. | 1066 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset2'. | 1066 | |
| javadoc | JavadocMethod | Expected @param tag for 'length2'. | 1066 | |
| javadoc | JavadocMethod | Expected @param tag for 'ignoreTrailingNulls'. | 1067 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'debug' must be private and have accessor methods. | 55 | |
| design | VisibilityModifier | Variable 'hasHitEOF' must be private and have accessor methods. | 56 | |
| design | VisibilityModifier | Variable 'entrySize' must be private and have accessor methods. | 57 | |
| design | VisibilityModifier | Variable 'entryOffset' must be private and have accessor methods. | 58 | |
| design | VisibilityModifier | Variable 'readBuf' must be private and have accessor methods. | 59 | |
| design | VisibilityModifier | Variable 'buffer' must be private and have accessor methods. | 60 | |
| design | VisibilityModifier | Variable 'currEntry' must be private and have accessor methods. | 61 | |
| design | VisibilityModifier | Variable 'oneBuf' must be private and have accessor methods. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 411 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 417 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 432 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 476 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 477 | |
| javadoc | JavadocMethod | Expected @return tag. | 652 | |
| javadoc | JavadocMethod | Expected @param tag for 'te'. | 652 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.File. | 26 | |
| imports | CustomImportOrder | 'org.apache.tools.zip.ZipEncoding' should be separated from previous import group by one line. | 34 | |
| imports | ImportOrder | 'org.apache.tools.zip.ZipEncoding' should be separated from previous imports. | 34 | |
| design | VisibilityModifier | Variable 'debug' must be private and have accessor methods. | 66 | |
| design | VisibilityModifier | Variable 'currSize' must be private and have accessor methods. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| design | VisibilityModifier | Variable 'currName' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'currBytes' must be private and have accessor methods. | 69 | |
| design | VisibilityModifier | Variable 'oneBuf' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'recordBuf' must be private and have accessor methods. | 71 | |
| design | VisibilityModifier | Variable 'assemLen' must be private and have accessor methods. | 72 | |
| design | VisibilityModifier | Variable 'assemBuf' must be private and have accessor methods. | 73 | |
| design | VisibilityModifier | Variable 'buffer' must be private and have accessor methods. | 74 | |
| design | VisibilityModifier | Variable 'longFileMode' must be private and have accessor methods. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 185 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 275 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 467 | |
| javadoc | JavadocMethod | Expected @param tag for 'entryName'. | 467 | |
| javadoc | JavadocMethod | Expected @param tag for 'headers'. | 468 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 468 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 469 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 483 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 484 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 488 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 509 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 509 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 509 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 533 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 552 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 553 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 560 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 574 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 574 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 603 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 605 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 605 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 606 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.zip.ZipEncoding' should be separated from previous import group by one line. | 29 | |
| imports | ImportOrder | 'org.apache.tools.zip.ZipEncoding' should be separated from previous imports. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 239 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 241 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 279 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 482 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 503 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [ConcurrentHashMap, UnparseableExtraFieldData, UnrecognizedExtraField, ZipException, ZipExtraField, ZipShort]. | 32 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| javadoc | JavadocMethod | Expected @return tag. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Expected @return tag. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 67 | |
| javadoc | JavadocMethod | Expected @return tag. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 75 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 75 | |
| javadoc | JavadocMethod | Expected @return tag. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 87 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Expected @return tag. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 70 | |
| javadoc | JavadocMethod | Expected @return tag. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 86 | |
| javadoc | JavadocMethod | Expected @return tag. | 93 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 100 | |
| javadoc | JavadocMethod | Expected @return tag. | 107 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 114 | |
| javadoc | JavadocMethod | Expected @return tag. | 124 | |
| javadoc | JavadocMethod | Expected @return tag. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 57 | |
| javadoc | JavadocMethod | Expected @return tag. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 69 | |
| javadoc | JavadocMethod | Expected @return tag. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 116 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'unicode' must be private and have accessor methods. | 53 | |
| design | VisibilityModifier | Variable 'code' must be private and have accessor methods. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Expected @return tag. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 218 | |
| javadoc | JavadocMethod | Expected @return tag. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 236 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 236 | |
| javadoc | JavadocMethod | Expected @return tag. | 263 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 263 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 50 | |
| javadoc | JavadocMethod | Expected @return tag. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.apache.tools.zip.ZipConstants.DWORD' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.DWORD. | 23 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.zip.ZipConstants.WORD' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.WORD. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'relativeHeaderOffset'. | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'diskStart'. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasUncompressedSize'. | 214 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasCompressedSize'. | 215 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasRelativeHeaderOffset'. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasDiskStart'. | 217 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ZipException'. | 218 | |
| javadoc | JavadocMethod | Expected @return tag. | 257 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 264 | |
| javadoc | JavadocMethod | Expected @return tag. | 271 | |
| javadoc | JavadocMethod | Expected @param tag for 'compressedSize'. | 278 | |
| javadoc | JavadocMethod | Expected @return tag. | 285 | |
| javadoc | JavadocMethod | Expected @param tag for 'rho'. | 292 | |
| javadoc | JavadocMethod | Expected @return tag. | 299 | |
| javadoc | JavadocMethod | Expected @param tag for 'ds'. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Expected @param tag for 'ze'. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.apache.tools.zip.ZipConstants.BYTE_MASK' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.BYTE_MASK. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 199 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 | |
| javadoc | JavadocMethod | Expected @return tag. | 244 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 244 | |
| javadoc | JavadocMethod | Expected @param tag for 'encoding'. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'inputFile'. | 157 | |
| javadoc | JavadocMethod | Expected @param tag for 'entryName'. | 157 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 415 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 469 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 519 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 537 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 576 | |
| javadoc | JavadocMethod | Expected @return tag. | 588 | |
| javadoc | JavadocMethod | Expected @return tag. | 615 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 622 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ZipException'. | 635 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 682 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 683 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 691 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 692 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.apache.tools.zip.ZipConstants.DWORD' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.DWORD. | 39 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.zip.ZipConstants.SHORT' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.SHORT. | 40 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.zip.ZipConstants.WORD' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.WORD. | 41 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.zip.ZipConstants.ZIP64_MAGIC' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.ZIP64_MAGIC. | 42 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.zip.ZipConstants.ZIP64_MAGIC_SHORT' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.ZIP64_MAGIC_SHORT. | 43 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 14 (max allowed is 5) classes [BoundedInputStream, Comparator, EOFException, Entry, File, IOException, Inflater, InflaterInputStream, NameAndComment, OffsetEntry, RandomAccessFile, ZipEightByteInteger, ZipEntry, ZipException]. | 75 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 235 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 321 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 336 | |
| javadoc | JavadocMethod | Expected @return tag. | 351 | |
| javadoc | JavadocMethod | Expected @param tag for 'ze'. | 351 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 448 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 481 | |
| javadoc | JavadocMethod | Expected @param tag for 'ze'. | 571 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 572 | |
| javadoc | JavadocMethod | Expected @param tag for 'diskStart'. | 573 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 574 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 706 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 734 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 756 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 767 | |
| javadoc | JavadocMethod | Expected @return tag. | 780 | |
| javadoc | JavadocMethod | Expected @param tag for 'minDistanceFromEnd'. | 780 | |
| javadoc | JavadocMethod | Expected @param tag for 'maxDistanceFromEnd'. | 781 | |
| javadoc | JavadocMethod | Expected @param tag for 'sig'. | 782 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 782 | |
| javadoc | JavadocMethod | Expected @param tag for 'count'. | 819 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 819 | |
| javadoc | JavadocMethod | Expected @param tag for 'entriesWithoutUTF8Flag'. | 853 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 854 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 887 | |
| javadoc | JavadocMethod | Expected @return tag. | 901 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 901 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 917 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 979 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1021 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1025 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.BYTE_MASK. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.WORD. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'org.apache.tools.zip.ZipConstants.DATA_DESCRIPTOR_MIN_VERSION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.DATA_DESCRIPTOR_MIN_VERSION. | 37 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.zip.ZipConstants.DWORD' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.DWORD. | 38 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.zip.ZipConstants.INITIAL_VERSION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.INITIAL_VERSION. | 39 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.zip.ZipConstants.SHORT' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.SHORT. | 40 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.zip.ZipConstants.WORD' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.WORD. | 41 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.zip.ZipConstants.ZIP64_MAGIC' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.ZIP64_MAGIC. | 42 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.zip.ZipConstants.ZIP64_MAGIC_SHORT' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.ZIP64_MAGIC_SHORT. | 43 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.zip.ZipConstants.ZIP64_MIN_VERSION' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.ZIP64_MIN_VERSION. | 44 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 13 (max allowed is 5) classes [CRC32, CurrentEntry, Deflater, FileOutputStream, GeneralPurposeBit, IOException, RandomAccessFile, UnicodeCommentExtraField, UnicodePathExtraField, Zip64ExtendedInformationExtraField, Zip64RequiredException, ZipEightByteInteger, ZipException]. | 72 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 10). | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 | |
| design | VisibilityModifier | Variable 'def' must be private and have accessor methods. | 244 | |
| design | VisibilityModifier | Variable 'buf' must be private and have accessor methods. | 256 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 365 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 375 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 384 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 394 | |
| javadoc | JavadocMethod | Expected @param tag for 'mode'. | 442 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'Zip64RequiredException'. | 448 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'Zip64RequiredException'. | 479 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 517 | |
| javadoc | JavadocMethod | Expected @return tag. | 532 | |
| javadoc | JavadocMethod | Expected @param tag for 'bytesWritten'. | 532 | |
| javadoc | JavadocMethod | Expected @param tag for 'crc'. | 532 | |
| javadoc | JavadocMethod | Expected @param tag for 'effectiveMode'. | 533 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ZipException'. | 534 | |
| javadoc | JavadocMethod | Expected @param tag for 'actuallyNeedsZip64'. | 582 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 583 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'Zip64RequiredException'. | 629 | |
| javadoc | JavadocMethod | Expected @param tag for 'entry'. | 678 | |
| javadoc | JavadocMethod | Expected @param tag for 'effectiveMode'. | 694 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ZipException'. | 695 | |
| javadoc | JavadocMethod | Expected @return tag. | 732 | |
| javadoc | JavadocMethod | Expected @param tag for 'entry'. | 732 | |
| javadoc | JavadocMethod | Expected @param tag for 'mode'. | 732 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 744 | |
| javadoc | JavadocMethod | Expected @return tag. | 784 | |
| javadoc | JavadocMethod | Expected @param tag for 'ae'. | 784 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 811 | |
| javadoc | JavadocMethod | Expected @param tag for 'offset'. | 811 | |
| javadoc | JavadocMethod | Expected @param tag for 'length'. | 811 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 812 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'Zip64RequiredException'. | 839 | |
| javadoc | JavadocMethod | Expected @param tag for 'ze'. | 1007 | |
| javadoc | JavadocMethod | Expected @param tag for 'encodable'. | 1007 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 1008 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 1009 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1019 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'Zip64RequiredException'. | 1066 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1140 | |
| javadoc | JavadocMethod | Expected @param tag for 'ze'. | 1185 | |
| javadoc | JavadocMethod | Expected @param tag for 'lfhOffset'. | 1185 | |
| javadoc | JavadocMethod | Expected @param tag for 'needsZip64Extra'. | 1186 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'Zip64RequiredException'. | 1208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1403 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1409 | |
| javadoc | JavadocMethod | Expected @return tag. | 1442 | |
| javadoc | JavadocMethod | Expected @param tag for 'ze'. | 1442 | |
| javadoc | JavadocMethod | Expected @return tag. | 1471 | |
| javadoc | JavadocMethod | Expected @param tag for 'ze'. | 1471 | |
| javadoc | JavadocMethod | Expected @return tag. | 1482 | |
| javadoc | JavadocMethod | Expected @param tag for 'ze'. | 1482 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1492 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1498 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 1509 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1540 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1541 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1545 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1555 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.zip.ZipConstants.BYTE_MASK. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @return tag. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'dosTime'. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'ze'. | 120 | |
| javadoc | JavadocMethod | Expected @param tag for 'originalNameBytes'. | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'commentBytes'. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Expected @return tag. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'f'. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'orig'. | 152 | |
| javadoc | JavadocMethod | Expected @return tag. | 178 | |
| javadoc | JavadocMethod | Expected @param tag for 'from'. | 178 | |
| javadoc | JavadocMethod | Expected @return tag. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'entry'. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'entry'. | 200 | |
| javadoc | JavadocMethod | Expected @param tag for 'entry'. | 210 | |
| javadoc | JavadocMethod | Expected @param tag for 'ze'. | 219 | |
| javadoc | JavadocMethod | Expected @throws tag for 'UnsupportedZipFeatureException'. | 220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Task'. | 20 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 20 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'java.io.BufferedInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedInputStream' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileOutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | CustomImportOrder | Import statement for 'java.io.InputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | CustomImportOrder | Import statement for 'java.io.OutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'sun.misc.UUDecoder' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'sun.misc.UUDecoder' should be separated from previous imports. | 21 | |
| imports | IllegalImport | Illegal import - sun.misc.UUDecoder. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.InputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 20 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 20 | |
| imports | CustomImportOrder | Import statement for 'java.io.OutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 18 | |
| imports | UnusedImports | Unused import - java.lang.annotation.Annotation. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Retention' import. Should be before 'java.lang.annotation.Target'. | 20 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Retention' import. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.Documented' import. Should be before 'java.lang.annotation.Target'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Documented' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.ElementType' import. Should be before 'java.lang.annotation.Target'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.annotation.RetentionPolicy' import. Should be before 'java.lang.annotation.Target'. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 18 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.sun.mirror.apt.AnnotationProcessor' import. Should be before 'com.sun.mirror.apt.AnnotationProcessorFactory'. | 19 | |
| imports | ImportOrder | Wrong order for 'com.sun.mirror.apt.AnnotationProcessor' import. | 19 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.sun.mirror.apt.AnnotationProcessorEnvironment' import. Should be before 'com.sun.mirror.apt.AnnotationProcessorFactory'. | 20 | |
| imports | CustomImportOrder | Import statement for 'java.util.Collection' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'java.util.Set' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.util.Arrays' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.util.Collections' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'com.sun.mirror.declaration.ClassDeclaration' import. Should be before 'com.sun.mirror.declaration.TypeDeclaration'. | 23 | |
| imports | ImportOrder | Wrong order for 'com.sun.mirror.declaration.ClassDeclaration' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'com.sun.mirror.util.DeclarationVisitors.*' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.sun.mirror.util.DeclarationVisitors.*. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.sun.mirror.util.DeclarationVisitors.*. | 25 | |
| imports | ImportOrder | Wrong order for 'com.sun.mirror.util.DeclarationVisitors.*' import. | 25 | |
| imports | CustomImportOrder | Import statement for 'java.util.Map' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 27 | |
| design | VisibilityModifier | Variable 'env' must be private and have accessor methods. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| extension | Checker | Got an exception - com.puppycrawl.tools.checkstyle.api.CheckstyleException: TokenStreamRecognitionException occurred while parsing file /home/zenigata/workspace/contribution/checkstyle-tester/src/main/java/apache-ant/src/tests/antunit/taskdefs/javac-dir/bad-src/Bad.java. at com.puppycrawl.tools.checkstyle.JavaParser.parse(JavaParser.java:100) at com.puppycrawl.tools.checkstyle.TreeWalker.processFiltered(TreeWalker.java:181) at com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck.process(AbstractFileSetCheck.java:83) at com.puppycrawl.tools.checkstyle.Checker.processFile(Checker.java:320) at com.puppycrawl.tools.checkstyle.Checker.processFiles(Checker.java:290) at com.puppycrawl.tools.checkstyle.Checker.process(Checker.java:217) at org.apache.maven.plugin.checkstyle.exec.DefaultCheckstyleExecutor.executeCheckstyle(DefaultCheckstyleExecutor.java:252) at org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport.executeReport(AbstractCheckstyleReport.java:473) at org.apache.maven.plugin.checkstyle.CheckstyleReport.executeReport(CheckstyleReport.java:154) at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:255) at org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:219) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:317) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:134) at org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:175) at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:138) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: line 21:21: expecting '"', found '<EOF>' at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaLexer.nextToken(GeneratedJavaLexer.java:405) at antlr.TokenStreamHiddenTokenFilter.consume(TokenStreamHiddenTokenFilter.java:38) at antlr.TokenStreamHiddenTokenFilter.nextToken(TokenStreamHiddenTokenFilter.java:134) at antlr.TokenBuffer.fill(TokenBuffer.java:69) at antlr.TokenBuffer.LA(TokenBuffer.java:80) at antlr.LLkParser.LA(LLkParser.java:52) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.classOrInterfaceType(GeneratedJavaRecognizer.java:961) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.classTypeSpec(GeneratedJavaRecognizer.java:818) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.typeSpec(GeneratedJavaRecognizer.java:780) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.field(GeneratedJavaRecognizer.java:3292) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.classBlock(GeneratedJavaRecognizer.java:2542) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.classDefinition(GeneratedJavaRecognizer.java:634) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.typeDefinitionInternal(GeneratedJavaRecognizer.java:556) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.typeDefinition(GeneratedJavaRecognizer.java:389) at com.puppycrawl.tools.checkstyle.grammars.GeneratedJavaRecognizer.compilationUnit(GeneratedJavaRecognizer.java:202) at com.puppycrawl.tools.checkstyle.JavaParser.parse(JavaParser.java:94) ... 35 more |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | PackageDeclaration | Missing package declaration. | 17 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 20 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 21 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Path' should be separated from previous import group by one line. | 28 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Path' should be separated from previous imports. | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 33 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 33 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 34 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 35 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [AntClassLoader, File, ParentLoader, Path, Project, URL]. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Path' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.Path' should be separated from previous imports. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildFileRule, BuildFileRule.AntOutputStream, File, GetPackageWrapper, Path, PrintStream]. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'logLevel'. | 154 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| javadoc | JavadocMethod | Expected @param tag for 'logLevel'. | 239 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 246 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 255 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 263 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 272 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 280 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 289 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.TestCase'. | 25 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.util.ProcessUtil' should be separated from previous import group by one line. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.util.ProcessUtil' import. | 26 | |
| design | VisibilityModifier | Variable 'project' must be private and have accessor methods. | 41 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'target'. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'log'. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'substring'. | 115 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'substring'. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 | |
| javadoc | JavadocMethod | Expected @param tag for 'substring'. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'substring'. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'substring'. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'target'. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'log'. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'target'. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'log'. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 193 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| javadoc | JavadocMethod | Expected @param tag for 'target'. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| javadoc | JavadocMethod | Expected @param tag for 'log'. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 210 | |
| javadoc | JavadocMethod | Expected @param tag for 'substring'. | 210 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 238 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 286 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| javadoc | JavadocMethod | Expected @param tag for 'logLevel'. | 295 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 296 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 397 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 417 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 417 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 417 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 428 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 428 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 429 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 438 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 447 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 448 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 461 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 461 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 471 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 471 | |
| javadoc | JavadocMethod | Expected @return tag. | 483 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 483 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 495 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 499 | |
| javadoc | JavadocMethod | Expected @param tag for 'logLevel'. | 514 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 521 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 530 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 538 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 548 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 557 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 567 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 577 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 25 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.PrintWriter' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.PrintWriter' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assume.assumeTrue. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assume.assumeFalse. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Assume.assumeFalse' import. Should be before 'org.junit.Assume.assumeTrue'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assume.assumeFalse' import. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 250 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 331 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 422 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 424 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 442 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 446 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 450 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 463 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 468 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 472 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 476 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 489 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 493 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 504 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 509 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 517 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 517 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 518 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 519 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 520 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 536 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 544 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 554 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 577 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 21 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Before' | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.tools.ant.Task. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.tools.ant.Task. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.tools.ant.Task. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.tools.ant.Task. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.Vector' import. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 20 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.AntAssert.assertContains' import. Should be before 'org.junit.Assert.fail'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 22 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.After' | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.util.FileUtils' should be separated from previous import group by one line. | 21 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileReader' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assume.assumeTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assume.assumeTrue. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertNotNull' | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 25 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotNull' import. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Rule' | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.reflect.InvocationTargetException' import. Should be before 'java.lang.reflect.Method'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.InvocationTargetException' import. | 23 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.taskdefs.condition.Os' should be separated from previous import group by one line. | 31 | |
| imports | ImportOrder | 'org.apache.tools.ant.taskdefs.condition.Os' should be separated from previous imports. | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 37 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 37 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 37 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 39 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 40 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 41 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 295 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 454 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 482 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 487 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 498 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 504 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 521 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 558 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 558 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 558 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 564 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 564 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 568 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 570 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 570 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 570 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 572 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 572 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 574 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 576 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 576 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 580 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 584 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 588 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 589 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 600 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 604 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 608 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 612 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 616 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 620 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 624 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 628 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 632 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 637 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 662 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 662 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 667 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 667 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 694 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 705 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 709 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 714 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 719 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 22 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Before' | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Assert.assertEquals' import. Should be before 'org.junit.Assert.assertTrue'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.Vector' import. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertNotSame' | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotSame' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotSame. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotSame' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertSame' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertSame. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 35 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 35 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 36 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 37 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertSame' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertSame. | 39 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 40 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 41 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BuildFileRule, BuildListener, File, MockBuildListener, Project, PropertyFileInputHandler, Task, Thread]. | 48 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 16 (max allowed is 10). | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Expected @return tag. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| javadoc | JavadocMethod | Expected @param tag for 's1'. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| javadoc | JavadocMethod | Expected @param tag for 's2'. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 312 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Expected @param tag for 'source'. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| javadoc | JavadocMethod | Expected @param tag for 'expected'. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.util.FileUtils' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.util.FileUtils' should be separated from previous imports. | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 25 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.ArrayList' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'java.util.Iterator' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.util.List' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 32 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotNull' import. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'children' must be private and have accessor methods. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 31 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.Reader'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 31 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| design | VisibilityModifier | Variable 'replace' must be private and have accessor methods. | 55 | |
| design | VisibilityModifier | Variable 'with' must be private and have accessor methods. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 30 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 30 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 30 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 30 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 30 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertNotContains. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.FileReader' import. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'junit.framework.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.assertEquals. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 | |
| coding | IllegalThrows | Throwing 'Throwable' is not allowed. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous import group by one line. | 24 | |
| imports | ImportOrder | 'org.apache.tools.ant.AntClassLoader' should be separated from previous imports. | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertFalse' | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 29 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 32 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.PrintWriter' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.PrintWriter' import. | 31 | |
| imports | CustomImportOrder | Import statement for 'java.util.Hashtable' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.AssertionFailedError'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert' import. | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 38 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 39 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 40 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertSame' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertSame. | 41 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 42 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 43 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BasedirChecker, BuildFileRule, File, InputHandlerChecker, Path, PropertyChecker, PropertyFileInputHandler, ReferenceChecker]. | 47 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 171 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 234 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 358 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 389 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 405 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 410 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 414 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 419 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 421 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 422 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 423 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 439 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 446 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 452 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 458 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 459 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 461 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 462 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 463 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 465 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 471 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 488 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 489 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 508 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 518 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 522 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 528 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 531 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 534 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 537 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 541 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 545 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 556 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 563 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 564 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 568 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 573 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 574 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 575 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 576 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 577 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 578 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 580 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 600 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.Task'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Project' import. | 23 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 29 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Expected @return tag. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.BufferedInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedInputStream' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 31 | |
| imports | CustomImportOrder | Import statement for 'java.io.InputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 34 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 35 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 21 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 31 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.Vector' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Vector' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 34 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 271 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 303 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 307 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 320 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 350 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 360 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 365 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 370 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 375 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 30 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileReader' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 31 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 34 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 35 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 36 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| design | VisibilityModifier | Variable 'buildRule' must be private and have accessor methods. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| design | VisibilityModifier | Variable 'buildRule' must be private and have accessor methods. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.fail' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.fail' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 22 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.BuildException' | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 34 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 34 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 34 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [Echo, EchoTestLogger, File, FileInputStream, InputStreamReader, Project]. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| design | VisibilityModifier | Variable 'lastLoggedMessage' must be private and have accessor methods. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 21 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 23 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.types.Commandline' import. Should be before 'org.apache.tools.ant.types.Path'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.types.Commandline' import. | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Before' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 29 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Expected @return tag. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 29 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Expected @return tag. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 34 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 34 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 34 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.AssertionFailedError'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert' import. | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 36 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 36 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 36 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.fail' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 33 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 33 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 33 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 33 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStreamReader'. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 42 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 42 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 43 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 44 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 45 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 46 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BufferedReader, BuildFileRule, File, FileReader, InputStreamReader, Manifest, ZipFile]. | 50 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 43 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 43 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 43 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 44 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 45 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 46 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 10 (max allowed is 5) classes [AssumptionViolatedException, BuildFileRule, DefaultInputHandler, File, Input, Java, PipedInputStream, PipedOutputStream, Runnable, Thread]. | 51 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| misc | UncommentedMain | Uncommented main method found. | 375 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 375 | |
| javadoc | JavadocMethod | Expected @param tag for 'argv'. | 375 | |
| misc | UncommentedMain | Uncommented main method found. | 406 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 406 | |
| javadoc | JavadocMethod | Expected @param tag for 'argv'. | 406 | |
| misc | UncommentedMain | Uncommented main method found. | 414 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 414 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 414 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 416 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 432 | |
| misc | UncommentedMain | Uncommented main method found. | 448 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 448 | |
| javadoc | JavadocMethod | Expected @param tag for 'args'. | 448 | |
| javadoc | JavadocMethod | Expected @throws tag for 'InterruptedException'. | 448 | |
| misc | UncommentedMain | Uncommented main method found. | 469 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 469 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 469 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 470 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Before' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 30 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 100 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 111 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 124 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 134 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 146 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.InputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.InputStream' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.net.URL' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Expected @param tag for 'property'. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 148 | |
| javadoc | JavadocMethod | Expected @param tag for 'ending'. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 161 | |
| javadoc | JavadocMethod | Expected @return tag. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 173 | |
| javadoc | JavadocMethod | Expected @param tag for 'property'. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.AntAssert.assertContains' should be separated from previous import group by one line. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 37 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 37 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 39 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 40 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 41 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ManifestException'. | 85 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ManifestException'. | 96 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 172 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ManifestException'. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 180 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 254 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ManifestException'. | 254 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 267 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ManifestException'. | 267 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 278 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 313 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ManifestException'. | 313 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 319 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 326 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 327 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 328 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 337 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ManifestException'. | 337 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 343 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 351 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 352 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 374 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ManifestException'. | 374 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 385 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ManifestException'. | 385 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 403 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 419 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 429 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 439 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 449 | |
| javadoc | JavadocMethod | Expected @return tag. | 462 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 462 | |
| javadoc | JavadocMethod | Expected @param tag for 'filename'. | 462 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 462 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ManifestException'. | 462 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.fail' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 31 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'start'. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 29 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| design | VisibilityModifier | Variable 'isSet' must be private and have accessor methods. | 129 | |
| design | VisibilityModifier | Variable 'attribute' must be private and have accessor methods. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertFalse' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | UncommentedMain | Uncommented main method found. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.BuildException' | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 30 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.fail' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.AssertionFailedError'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 36 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 36 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 36 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 37 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assume.assumeTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assume.assumeTrue. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.BuildFileRule'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter' import. Should be before 'org.apache.tools.ant.taskdefs.rmic.RmicAdapterFactory'. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.rmic.DefaultRmicAdapter' import. | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.fail' | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 32 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 49 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 57 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 65 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 73 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 81 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 89 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 97 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 106 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 115 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 123 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 131 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 141 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 150 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 159 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 167 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 175 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 183 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 191 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 199 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 212 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 220 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 234 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 250 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 296 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 305 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 315 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 325 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 335 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 345 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 355 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 365 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 375 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 385 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 395 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 405 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 415 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 425 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 435 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 445 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 454 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 461 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 25 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.sql.Connection' import. Should be before 'java.sql.Driver'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.sql.Connection' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.sql.DriverPropertyInfo' import. Should be before 'java.sql.SQLException'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.sql.DriverPropertyInfo' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'java.util.Properties'. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URL' import. Should be before 'java.util.Properties'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 35 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 35 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 36 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertSame' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertSame. | 37 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Expected @return tag. | 144 | |
| javadoc | JavadocMethod | Expected @param tag for 'props'. | 144 | |
| javadoc | JavadocMethod | Expected @return tag. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'resource'. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| javadoc | JavadocMethod | Expected @return tag. | 183 | |
| javadoc | JavadocMethod | Expected @param tag for 'database'. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| javadoc | JavadocMethod | Expected @return tag. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for 'driver'. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for 'pwd'. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for 'url'. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 31 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 99 | |
| design | VisibilityModifier | Variable 'stop' must be private and have accessor methods. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 31 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.AssertionFailedError'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildEvent' import. | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 33 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 34 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 96 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Date' import. Should be before 'java.util.TimeZone'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.Date' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.text.SimpleDateFormat' import. Should be before 'java.util.TimeZone'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.text.SimpleDateFormat' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Location' import. Should be before 'org.apache.tools.ant.Project'. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Location' import. | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 30 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 31 | |
| design | VisibilityModifier | Variable 'tstamp' must be private and have accessor methods. | 38 | |
| design | VisibilityModifier | Variable 'project' must be private and have accessor methods. | 39 | |
| design | VisibilityModifier | Variable 'location' must be private and have accessor methods. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 74 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 85 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.File' import. Should be before 'java.io.IOException'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 22 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 31 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UncommentedMain | Uncommented main method found. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.BuildFileRule'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'targetName'. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'timestamp'. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'timestamp'. | 196 | |
| javadoc | JavadocMethod | Expected @param tag for 'time'. | 196 | |
| javadoc | JavadocMethod | Expected @param tag for 'timestamp'. | 207 | |
| javadoc | JavadocMethod | Expected @param tag for 'time'. | 207 | |
| javadoc | JavadocMethod | Expected @param tag for 'range'. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.BuildFileRule'. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 32 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 201 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assume.assumeTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assume.assumeTrue. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertNotNull' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotNull' import. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 38 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 39 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BuildFileRule, File, FileFilter, FileInputStream, Project, Properties, Vector, XmlProperty]. | 43 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 13 (max allowed is 10). | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'msg'. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'keepRoot'. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'collapse'. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'semantic'. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'include'. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'localRoot'. | 147 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'msg'. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'inputFile'. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'workingDir'. | 210 | |
| javadoc | JavadocMethod | Expected @param tag for 'p'. | 210 | |
| javadoc | JavadocMethod | Expected @param tag for 'properties'. | 211 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 216 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 220 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 230 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 255 | |
| javadoc | JavadocMethod | Expected @param tag for 'xmlproperties'. | 270 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 282 | |
| javadoc | JavadocMethod | Expected @param tag for 'msg'. | 282 | |
| javadoc | JavadocMethod | Expected @param tag for 'inputFile'. | 282 | |
| javadoc | JavadocMethod | Expected @param tag for 'references'. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 286 | |
| javadoc | JavadocMethod | Expected @return tag. | 304 | |
| javadoc | JavadocMethod | Expected @param tag for 'input'. | 304 | |
| javadoc | JavadocMethod | Expected @param tag for 'keepRoot'. | 304 | |
| javadoc | JavadocMethod | Expected @param tag for 'collapse'. | 305 | |
| javadoc | JavadocMethod | Expected @param tag for 'semantic'. | 305 | |
| javadoc | JavadocMethod | Expected @param tag for 'include'. | 306 | |
| javadoc | JavadocMethod | Expected @param tag for 'localRoot'. | 306 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 316 | |
| javadoc | JavadocMethod | Expected @return tag. | 344 | |
| javadoc | JavadocMethod | Expected @param tag for 'startingDir'. | 344 | |
| javadoc | JavadocMethod | Expected @param tag for 'startingDir'. | 354 | |
| javadoc | JavadocMethod | Expected @param tag for 'collect'. | 354 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStream'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.types.ResourceCollection' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 39 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 39 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 39 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 40 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 41 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [ByteArrayInputStream, Jar, JarMarker, ResourceCollection, Zip, ZipExtraField, ZipFile, ZipResource]. | 43 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 37 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 37 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 39 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 40 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 41 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assume.assumeTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assume.assumeTrue. | 42 | |
| design | VisibilityModifier | Variable 'zfPrefixAddsDir' must be private and have accessor methods. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Expected @return tag. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'debug'. | 46 | |
| javadoc | JavadocMethod | Expected @return tag. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmd'. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 196 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 203 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.fail' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNull' import. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 29 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNull' import. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.Calendar' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.Calendar' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'java.util.Locale' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.util.TimeZone' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.util.Date' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Date' import. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 27 | |
| design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.PrintWriter' import. Should be before 'java.util.Date'. | 21 | |
| imports | ImportOrder | Wrong order for 'java.io.PrintWriter' import. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.OutputStreamWriter' import. Should be before 'java.util.Date'. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.OutputStreamWriter' import. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.ByteArrayOutputStream' import. Should be before 'java.util.Date'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayOutputStream' import. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.ByteArrayInputStream' import. Should be before 'java.util.Date'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.InputStream' import. Should be before 'java.util.Date'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.xml.sax.InputSource' import. Should be before 'org.xml.sax.XMLReader'. | 30 | |
| imports | ImportOrder | Wrong order for 'org.xml.sax.InputSource' import. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.xml.sax.ContentHandler' import. Should be before 'org.xml.sax.XMLReader'. | 31 | |
| imports | ImportOrder | Wrong order for 'org.xml.sax.ContentHandler' import. | 31 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.xml.sax.SAXException' import. Should be before 'org.xml.sax.XMLReader'. | 32 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.xml.sax.Locator' import. Should be before 'org.xml.sax.XMLReader'. | 33 | |
| imports | ImportOrder | Wrong order for 'org.xml.sax.Locator' import. | 33 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.xml.sax.Attributes' import. Should be before 'org.xml.sax.XMLReader'. | 34 | |
| imports | ImportOrder | Wrong order for 'org.xml.sax.Attributes' import. | 34 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [ByteArrayInputStream, ByteArrayOutputStream, CVSEntry, ChangeLogWriter, Date, InputSource, NullContentHandler, OutputStreamWriter, PrintWriter]. | 39 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 11 (max allowed is 10). | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UncommentedMain | Uncommented main method found. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 22 | |
| design | VisibilityModifier | Variable 'a' must be private and have accessor methods. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.fail' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.io.FilenameFilter' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertNotContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertNotContains. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 21 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 23 | |
| design | VisibilityModifier | Variable 'liaison' must be private and have accessor methods. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Expected @return tag. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 57 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FileNotFoundException'. | 57 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 25 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assume.assumeTrue. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedInputStream' import. | 28 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [BufferedInputStream, BufferedReader, BuildFileRule, File, FileInputStream, FileReader, Properties]. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 34 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 34 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 34 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 35 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 81 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 118 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Expected @param tag for 'mangler'. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| javadoc | JavadocMethod | Expected @param tag for 'filename'. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| javadoc | JavadocMethod | Expected @param tag for 'classname'. | 191 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 30 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 32 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 34 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 35 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BuildFileRule, File, FileInputStream, FileOutputStream, Properties, PropertyFile, PropertyFile.Entry.Operation, PropertyFile.Entry.Type]. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.fail' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.Properties' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Properties' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 34 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNull' import. | 34 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assume.assumeTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assume.assumeTrue. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 25 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Test' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.fail' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.fail' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 53 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 3 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 5 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.AssertionFailedError'. | 10 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 12 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [AssertionFailedError, BuildException, ByteArrayInputStream, ClassLoader, File, SecurityManager, TraXLiaison]. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 58 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Expected @throws tag for 'BuildException'. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.fail' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 33 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 34 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 35 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 165 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assume.assumeTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assume.assumeTrue. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 42 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalCatch | Catching 'RuntimeException' is not allowed. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Assert.fail' should be separated from previous import group by one line. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Assert.assertArrayEquals' import. Should be before 'org.junit.Assert.fail'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertArrayEquals' import. | 23 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Test' | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 20 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertSame. | 20 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Test' | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.AntAssert.assertContains' import. Should be before 'org.junit.Assert.assertTrue'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 20 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertNotContains' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertNotContains. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.AntAssert.assertNotContains' import. Should be before 'org.junit.Assert.assertTrue'. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertNotContains' import. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.AntAssert.assertContains' import. Should be before 'org.junit.Assert.assertTrue'. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 29 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 253 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 281 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 334 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 365 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 370 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertNotContains. | 22 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.BuildFileRule' | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 20 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.junit.Assert.assertEquals' import. Should be before 'org.junit.Assert.assertTrue'. | 21 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.PrintWriter' import. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.AssertionFailedError'. | 27 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.TestCase'. | 28 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.TestSuite'. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 20 | |
| imports | ImportOrder | 'junit.framework.JUnit4TestAdapterCache' should be separated from previous imports. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.JUnit4TestAdapterCache'. | 21 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.TestCase'. | 22 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.TestResult'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Test' import. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group by one line. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertNotContains. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 23 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.BuildFileRule' | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.AssertionFailedError'. | 24 | |
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.Test'. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 27 | |
| javadoc | JavadocMethod | Expected @param tag for 'suite'. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'test'. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'test'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'test'. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'test'. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'err'. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 29 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 21 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 23 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 9 (max allowed is 5) classes [DefaultLogger, Delete, File, FileOutputStream, FileSet, PrintWriter, Project, SecurityManager, XMLResultAggregator]. | 35 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 20 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 25 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildFileRule, CountLogListener, FTPClient, File, LogCounter, myFTP]. | 53 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 67 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 225 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 267 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 312 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 316 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 403 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 434 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 452 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 471 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 542 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 543 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 572 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 572 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 579 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 580 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 592 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 592 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 668 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 678 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 694 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 694 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 695 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 727 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 727 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 728 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 729 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 730 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 754 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 758 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 758 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 758 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 768 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 773 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 773 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 773 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 782 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 783 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 790 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 795 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 800 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 806 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 810 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 819 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 829 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 839 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 850 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 855 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 860 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 860 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 861 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 32 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 33 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BuildFileRule, File, Path, Project, SOSCheckin, SOSCheckout, SOSGet, SOSLabel]. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 47 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 148 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 179 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 217 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 318 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 319 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 335 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UncommentedMain | Uncommented main method found. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertFalse' | 37 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 37 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 37 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 39 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 40 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [File, FileSet, FileWriter, FilenameSelector, FilesMatch, Project, Scp]. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.Project' | 35 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.Project' import. Should be before 'org.apache.tools.ant.taskdefs.condition.Os'. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.Project' import. | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertFalse' | 43 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 43 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 43 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 44 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 45 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 46 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 38 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 39 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 17 (max allowed is 5) classes [BuildFileRule, File, Location, MSVSS.CurrentModUpdated, MSVSS.WritableFiles, MSVSSADD, MSVSSCHECKIN, MSVSSCHECKOUT, MSVSSCP, MSVSSCREATE, MSVSSGET, MSVSSHISTORY, MSVSSLABEL, Path, Project, SimpleDateFormat, Tstamp]. | 45 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 21 (max allowed is 10). | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 84 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 147 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 178 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 205 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 268 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 269 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 281 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 311 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 348 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 380 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 407 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 440 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 440 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.BuildFileRule'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 23 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.fail' | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 31 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| design | VisibilityModifier | Variable 'project' must be private and have accessor methods. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'target'. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.MagicNames' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 31 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotNull' import. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 32 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [Assertions, Assertions.EnabledAssertion, CommandlineJava, Environment.Variable, Project, PropertySet]. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 24 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 24 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotNull' import. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 25 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 23 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 25 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 29 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 30 | |
| imports | CustomImportOrder | Import statement for 'java.util.Hashtable' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 34 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 87 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 103 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.apache.tools.ant.BuildException' import. Should be before 'org.apache.tools.ant.Project'. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.BuildException' import. | 23 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 50 | |
| design | VisibilityModifier | Variable 'propName' must be private and have accessor methods. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 36 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 36 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 36 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 37 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 39 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 8 (max allowed is 5) classes [BuildFileRule, FlatFileNameMapper, GlobPatternMapper, Mapper, Mapper.MapperType, MergingMapper, Project, Reference]. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 30 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 32 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [DirSet, File, FileList, FileSet, Path, Project, Reference]. | 39 | |
| design | VisibilityModifier | Variable 'isUnixStyle' must be private and have accessor methods. | 41 | |
| design | VisibilityModifier | Variable 'isNetWare' must be private and have accessor methods. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 98 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 307 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 329 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 361 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 377 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 380 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 397 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 479 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 516 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 528 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 536 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 541 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 549 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 554 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 562 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 567 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 574 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 200 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.fail' | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 25 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 25 | |
| design | VisibilityModifier | Variable 'perms' must be private and have accessor methods. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 89 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 101 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 38 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 39 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 10 (max allowed is 5) classes [BuildException, File, Project, PropertyResource, Resource, StringResource, URLResource, Zip, Zip.WhenEmpty, ZipResource]. | 41 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 14 (max allowed is 10). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 25 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 38 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 38 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 39 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 40 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 41 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 42 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotNull' import. | 42 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 7 (max allowed is 5) classes [File, Path, Project, Reference, ResourceLocation, URL, XMLCatalog]. | 48 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 15 (max allowed is 10). | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 133 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 252 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 253 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 298 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 299 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 307 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 332 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 335 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 336 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 337 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 352 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 356 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 357 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 358 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 366 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 367 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 368 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 383 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 388 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 78 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.apache.tools.ant.AntAssert.assertContains' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.AntAssert.assertContains' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.AntAssert.assertContains. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.AntAssert.assertContains' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 32 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 136 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Before' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertNotNull' | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 25 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotNull' import. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertSame' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertSame. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.types.Resource' should be separated from previous import group by one line. | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 31 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 33 | |
| design | VisibilityModifier | Variable 'resources' must be private and have accessor methods. | 38 | |
| design | VisibilityModifier | Variable 'createdIterators' must be private and have accessor methods. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'cursor' must be private and have accessor methods. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 30 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 29 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 30 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BuildFileRule, FileResource, FilterChain, Reference, ResourceList, Union]. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.apache.tools.ant.FileUtilities.getFileContents' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.tools.ant.FileUtilities.getFileContents. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildFileRule' should be separated from previous import group by one line. | 24 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 81 | |
| javadoc | JavadocMethod | Expected @return tag. | 91 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'selector'. | 91 | |
| javadoc | JavadocMethod | Expected @return tag. | 102 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'selector'. | 102 | |
| javadoc | JavadocMethod | Expected @return tag. | 111 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'basedir'. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'files'. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'selector'. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'basedir' must be private and have accessor methods. | 39 | |
| design | VisibilityModifier | Variable 'beddir' must be private and have accessor methods. | 40 | |
| design | VisibilityModifier | Variable 'mirrordir' must be private and have accessor methods. | 41 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 42 | |
| design | VisibilityModifier | Variable 'filenames' must be private and have accessor methods. | 42 | |
| design | VisibilityModifier | Variable 'files' must be private and have accessor methods. | 47 | |
| design | VisibilityModifier | Variable 'mirrorfiles' must be private and have accessor methods. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Expected @return tag. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Expected @return tag. | 117 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'selector'. | 117 | |
| javadoc | JavadocMethod | Expected @return tag. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'selector'. | 128 | |
| javadoc | JavadocMethod | Expected @return tag. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'basedir'. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'files'. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'selector'. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 159 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 275 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.io.File' should be separated from previous import group by one line. | 22 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.types.selectors.modifiedselector.Algorithm' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.selectors.modifiedselector.Algorithm' should be separated from previous imports. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'java.util.Iterator' should be separated from previous import group by one line. | 22 | |
| imports | CustomImportOrder | 'org.apache.tools.ant.types.selectors.modifiedselector.Cache' should be separated from previous import group by one line. | 23 | |
| imports | ImportOrder | 'org.apache.tools.ant.types.selectors.modifiedselector.Cache' should be separated from previous imports. | 23 | |
| design | VisibilityModifier | Variable 'debug' must be private and have accessor methods. | 27 | |
| design | VisibilityModifier | Variable 'saved' must be private and have accessor methods. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 51 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 51 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 51 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 52 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 53 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 54 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 55 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 17 (max allowed is 5) classes [BFT, BaseSelectorRule, ChecksumAlgorithm, DigestAlgorithm, EqualComparator, ExtendSelector, File, HashvalueAlgorithm, MockProject, ModifiedSelector, ModifiedSelector.AlgorithmName, ModifiedSelector.CacheName, ModifiedSelector.ComparatorName, Parameter, Path, PropertiesfileCache, java.io.File]. | 63 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 27 (max allowed is 10). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 112 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 190 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 232 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 280 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 289 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 401 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 419 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 420 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 421 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 422 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 455 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 462 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 478 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 485 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 493 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 515 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 516 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 517 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 518 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 519 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 541 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 548 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 555 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 569 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 584 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 591 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 599 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 607 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 614 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 690 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 714 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 715 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 716 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 742 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 780 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 797 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 798 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 799 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 805 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 808 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 828 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 835 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 842 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 849 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 849 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 849 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 887 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 887 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 901 | |
| design | VisibilityModifier | Variable 'buildfile' must be private and have accessor methods. | 901 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 903 | |
| design | VisibilityModifier | Variable 'propfile' must be private and have accessor methods. | 903 | |
| design | VisibilityModifier | Variable 'isConfigured' must be private and have accessor methods. | 905 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 908 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 923 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 923 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 928 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 928 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 928 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 932 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 932 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 943 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 948 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 953 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 970 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 983 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 986 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 989 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 992 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 995 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 998 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1011 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1012 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1013 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1014 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1025 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1025 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1025 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1047 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 1047 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.apache.tools.ant.BuildException' should be separated from previous imports. | 22 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 28 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BaseSelectorRule, Locale, Parameter, SizeSelector, SizeSelector.ByteUnits, SizeSelector.SizeComparisons]. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.junit.Test' should be separated from previous imports. | 22 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 24 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 24 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 25 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 25 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 22 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 22 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 30 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 | |
| imports | CustomImportOrder | Import statement for 'java.io.StringWriter' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 25 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 21 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 23 | |
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group by one line. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 31 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 31 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 32 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 33 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 34 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assume.assumeTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assume.assumeTrue. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 128 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 145 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 150 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 166 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 167 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 219 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 224 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 232 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 236 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 242 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 258 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 265 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 283 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 349 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 350 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 363 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 397 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 416 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 460 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 475 | |
| javadoc | JavadocMethod | Expected @return tag. | 513 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 513 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 513 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 513 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 514 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 522 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 534 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 553 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 576 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 581 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 594 | |
| javadoc | JavadocMethod | Expected @return tag. | 602 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 602 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 602 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 602 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 613 | |
| javadoc | JavadocMethod | Expected @param tag for 's1'. | 613 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 613 | |
| javadoc | JavadocMethod | Expected @param tag for 's2'. | 613 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 24 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Imports without groups should be placed at the end of the import list: 'junit.framework.AssertionFailedError'. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.tools.ant.taskdefs.condition.Os' import. | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 57 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 92 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 97 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 99 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStreamReader'. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 29 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 30 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [File, FileInputStream, FileOutputStream, InputStreamReader, LayoutPreservingProperties, Properties]. | 32 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 71 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 90 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 110 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 257 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 308 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.After' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.junit.After' should be separated from previous imports. | 22 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.After' should be separated from previous import group by one line. | 22 | |
| imports | ImportOrder | 'org.junit.After' should be separated from previous imports. | 22 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertFalse' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertSame' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertSame. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 30 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNull' import. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 31 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.junit.Test' should be separated from previous imports. | 21 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertNotNull' | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotNull' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 24 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.ByteArrayOutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayOutputStream' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'java.io.File' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.io.FileInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.io.InputStreamReader' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | CustomImportOrder | Import statement for 'java.io.StringReader' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 29 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [ByteArrayOutputStream, File, FileInputStream, InputStreamReader, ReaderInputStream, StringReader]. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 60 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 24 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 24 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 58 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 138 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 139 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 155 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 156 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 157 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 21 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group by one line. | 21 | |
| imports | ImportOrder | 'org.junit.Test' should be separated from previous imports. | 21 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 22 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 22 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertSame' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertSame. | 28 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 29 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 30 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String[]' is not allowed. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'text'. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 50 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'text'. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertArrayEquals' | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertArrayEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertArrayEquals. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertArrayEquals' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.fail' | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 26 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.fail' import. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 39 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 39 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 39 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 40 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 94 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 95 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 169 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 170 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 221 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 222 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 273 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 274 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 324 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 325 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 374 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 375 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 427 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 428 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [BufferedReader, BufferedWriter, BuildException, InputStreamReader, OutputStreamWriter, ServerSocket]. | 469 | |
| design | VisibilityModifier | Variable 'ssock' must be private and have accessor methods. | 473 | |
| design | VisibilityModifier | Variable 'sock' must be private and have accessor methods. | 474 | |
| design | VisibilityModifier | Variable 'out' must be private and have accessor methods. | 475 | |
| design | VisibilityModifier | Variable 'in' must be private and have accessor methods. | 476 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 479 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 492 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 533 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 533 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 539 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 575 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 575 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 589 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 591 | |
| design | VisibilityModifier | Variable 'from' must be private and have accessor methods. | 591 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 592 | |
| design | VisibilityModifier | Variable 'subject' must be private and have accessor methods. | 592 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 593 | |
| design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 593 | |
| design | VisibilityModifier | Variable 'replyToList' must be private and have accessor methods. | 595 | |
| design | VisibilityModifier | Variable 'toList' must be private and have accessor methods. | 596 | |
| design | VisibilityModifier | Variable 'ccList' must be private and have accessor methods. | 597 | |
| design | VisibilityModifier | Variable 'bccList' must be private and have accessor methods. | 598 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 601 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 669 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 673 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 673 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 677 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 677 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 681 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 681 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 685 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 685 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 689 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 689 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 693 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 693 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 697 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 697 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 701 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 701 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.ByteArrayOutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayOutputStream' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.io.ByteArrayInputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 22 | |
| imports | CustomImportOrder | Import statement for 'java.io.ByteArrayOutputStream' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 23 | |
| imports | CustomImportOrder | Import statement for 'java.io.IOException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 26 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNull. | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 32 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 40 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotSame' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotSame. | 24 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 26 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 87 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 24 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 24 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 76 | |
| coding | IllegalCatch | Catching 'Exception' is not allowed. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'java.io.IOException' import. Should be before 'java.io.InputStream'. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group by one line. | 27 | |
| imports | ImportOrder | 'org.junit.Test' should be separated from previous imports. | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 29 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 29 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 30 | |
| metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 6 (max allowed is 5) classes [AssertionError, CRC32, UnicodePathExtraField, ZipEntry, ZipFile, ZipOutputStream]. | 32 | |
| metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 12 (max allowed is 10). | 32 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 34 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 35 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 37 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 38 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 197 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 228 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 27 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 27 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 33 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 36 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 124 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertFalse' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 24 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertSame' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertSame. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotSame' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotSame. | 24 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Import statement for 'java.util.Calendar' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Calendar' import. | 24 | |
| imports | CustomImportOrder | Import statement for 'java.util.Date' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting not assigned imports on this line. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertEquals' | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertEquals. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 23 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotSame' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotSame. | 24 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertTrue' | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 25 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.fail' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | 'org.junit.Test' should be separated from previous import group by one line. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'org.junit.Assert.assertNotNull' | 25 | |
| imports | CustomImportOrder | Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertNotNull. | 25 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertNotNull' import. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 28 | |
| coding | IllegalType | Declaring variables, return values or parameters of type 'String' is not allowed. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |